Python Internet Database

Joshua Landau joshua at landau.ws
Mon May 19 22:08:22 EDT 2014


On 9 May 2014 22:06, Chris Angelico <rosuav at gmail.com> wrote:
> On Sat, May 10, 2014 at 6:45 AM,  <junnia at gmail.com> wrote:
>> 2 - Jit compiler for using from a web server. I mean, one has a web server running under Apache in a hosting service like Hostgator, Daddy Host or another inexpensive service. I decide to run a few applications in Racket, but the application  requires number crunching. I install the Jit Racket in the hosting service, and call it from my dynamic generated page. My programs will run almost at the speed of optimised C.
>>
>
> For number crunching, you can use the numpy library, which is highly
> efficient. For general JIT compilation of actual Python code, PyPy
> will do that. AFAIK there's no standard module for that, though.

There's also Numba for JIT compilation of Numpy code inside CPython.



More information about the Python-list mailing list