6 ms·
I don't think that's true with Perl at least, unless something has changed dramatically very recently.
by cms07 11y ago
I don't think that's true with Perl at least, unless something has changed dramatically very recently.
- hrez 11y agoIf you use it to glue/pipe bunch of tools written in C it can easily be faster.
- paulddraper 11y agoThat's one recommend approach towards Python. E.g. numpy. The other approach is pure Python and then using PyPy's JIT.
- lmedinas 11y agoWhich often is what you do in Bash with grep, cp, mv, find etc...