Y
Hacker News
new
|
ask
|
show
|
jobs
by
pbreit
3136 days ago
Shouldn't Python, et al have more "native" ways to achieve these sorts of performance improvements?
1 comments
rochacbruno
3136 days ago
Maybe because of the existence of `Numpy` and `Cython` and `PyPy` + all other `FFI` possibilities it is not on Python Roadmap.
link