Re: [pypy-dev] Postgres

2011-07-06 Thread Christian Jensen
Thanks. Are there any benchmarks or anything reasonable to indicate the speed in relation to cpython? Sent from my iPhone On Jul 6, 2011, at 7:20 PM, Benjamin Peterson wrote: > https://bitbucket.org/alex_gaynor/pypy-postgresql/overview > > 2011/7/6 Christian Jensen : >> What is the best way to

Re: [pypy-dev] Postgres

2011-07-06 Thread Benjamin Peterson
https://bitbucket.org/alex_gaynor/pypy-postgresql/overview 2011/7/6 Christian Jensen : > What is the best way to work with Postgres via Django? Is it still > slow or have there been recent developments? > > Sent from my iPhone > ___ > pypy-dev mailing li

[pypy-dev] Postgres

2011-07-06 Thread Christian Jensen
What is the best way to work with Postgres via Django? Is it still slow or have there been recent developments? Sent from my iPhone ___ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] unable to translate with current head of default

2011-07-06 Thread wlavrijsen
Hi Armin, to come back to the problem that I've had with the jit ... it's gone now with current default tip. No idea what's up, but I'm plenty happy with things now working again for me. The "heap" optimization does have a significant effect on my code, though, so it's good to have it. I broke t

Re: [pypy-dev] stuck with translation error

2011-07-06 Thread wlavrijsen
Hi, [translation:ERROR]File "<487-codegen /home/wlav/pypydev/pypy/pypy/rpython/rtyper.py:610>", line 4, in translate_op_simple_call [translation:ERROR] return r_arg1.rtype_simple_call(hop) [translation:ERROR]File "/home/wlav/pypydev/pypy/pypy/rpython/rpbc.py", line 723, in rtype_s

Re: [pypy-dev] algorithm used for float -> str conversion

2011-07-06 Thread Giuseppe Ottaviano
> Note that cpython2.7 (and pypy 1.5) already uses a specific algorithm > to convert float to strings: a slightly customized version of David Gay's > dtoa.c: http://www.netlib.org/fp/dtoa.c > it is already faster and more accurate than many libc implementations. The article says "the Grisu family