Y
Hacker News
new
|
ask
|
show
|
jobs
by
throw20161123
3467 days ago
I'm guessing Python for research and prototyping with C++ for production-izing and scaling.
1 comments
gtaylor
3467 days ago
Some of these Python libs call out to C for heavy lifting, which can be very performant.
link
fooker
3467 days ago
You lose quite a bit of optimization opportunities along the FFI boundaries.
link