In my app I observe that after jit warm up the speed is on par with psycopg2 in CPython, and about 1.5 times slower before warm-up - but that is just one case, may be different with different patterns. And I tested only reads.
2012/5/31 Ronny Pfannschmidt <[email protected]>: > > note that cpython api base extension are slow due to the cpython > refcounting/api emulation > it seems quite possible that a ctypes version will get faster > > someone should measure > > _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
