Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #71786

Re: Python Internet Database

References <caf3590c-ddd5-4921-98e3-3a49a3109899@googlegroups.com> <CAPTjJmqSXx5VtNbVWvTLtoN9Hdnm+9LqHSrR_+6Y0gNAz+PH2g@mail.gmail.com>
From Joshua Landau <joshua@landau.ws>
Date 2014-05-20 03:08 +0100
Subject Re: Python Internet Database
Newsgroups comp.lang.python
Message-ID <mailman.10149.1400551745.18130.python-list@python.org> (permalink)

Show all headers | View raw


On 9 May 2014 22:06, Chris Angelico <rosuav@gmail.com> wrote:
> On Sat, May 10, 2014 at 6:45 AM,  <junnia@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.

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Python Internet Database junnia@gmail.com - 2014-05-09 13:45 -0700
  Re: Python Internet Database Chris Angelico <rosuav@gmail.com> - 2014-05-10 07:06 +1000
  Re: Python Internet Database Ian Kelly <ian.g.kelly@gmail.com> - 2014-05-09 15:07 -0600
  Re: Python Internet Database Terry Reedy <tjreedy@udel.edu> - 2014-05-09 17:15 -0400
  Re: Python Internet Database Ian Kelly <ian.g.kelly@gmail.com> - 2014-05-09 15:30 -0600
  Re: Python Internet Database Joshua Landau <joshua@landau.ws> - 2014-05-20 03:08 +0100

csiph-web