Y
Hacker News
new
|
ask
|
show
|
jobs
by
hrez
3797 days ago
If you use it to glue/pipe bunch of tools written in C it can easily be faster.
2 comments
paulddraper
3796 days ago
That's one recommend approach towards Python. E.g. numpy.
The other approach is pure Python and then using PyPy's JIT.
link
lmedinas
3796 days ago
Which often is what you do in Bash with grep, cp, mv, find etc...
link
The other approach is pure Python and then using PyPy's JIT.