Comment on A Python Compiler for Big DataparentComments−chadillac8313yLUA might be good for this too, it's pretty fast on it's own but from what I've read (not tested mind you) their C API is supposed to be pretty great.http://benchmarksgame.alioth.debian.org/u32/which-programs-a...http://en.wikipedia.org/wiki/Lua_(programming_language)#C_AP...−freyrs313yLua has some areas where it excels in performance, but using Python you can leverage 10 years of work on numeric libraries that unrivaled in any other general purpose language. NumPy and SciPy are extremely powerful.−draegtun13yOne rival would be PDL which has been around for over 16 years on Perl.Some refs:- http://pdl.perl.org/- http://blogs.perl.org/users/david_mertens/2012/06/adapting-p...- http://blogs.perl.org/users/david_mertens/2011/06/cuda-and-t...
Comments
LUA might be good for this too, it's pretty fast on it's own but from what I've read (not tested mind you) their C API is supposed to be pretty great.
http://benchmarksgame.alioth.debian.org/u32/which-programs-a...
http://en.wikipedia.org/wiki/Lua_(programming_language)#C_AP...
Lua has some areas where it excels in performance, but using Python you can leverage 10 years of work on numeric libraries that unrivaled in any other general purpose language. NumPy and SciPy are extremely powerful.
One rival would be PDL which has been around for over 16 years on Perl.
Some refs:
- http://pdl.perl.org/
- http://blogs.perl.org/users/david_mertens/2012/06/adapting-p...
- http://blogs.perl.org/users/david_mertens/2011/06/cuda-and-t...