Hacker News new | ask | show | jobs
by kldavenport 4532 days ago
Check out the Python JIT compiler NUMBA. It compiles annotated Python and NumPy code to LLVM (through decorators). It's been wicked fast for my use cases: http://numba.pydata.org/