[Python-3000] Python, int/long and GMP (original) (raw)
Victor Stinner victor.stinner at haypocalc.com
Mon Oct 1 00:59:40 CEST 2007
- Next message: [Python-3000] bytes and dicts (was: PEP 3137: Immutable Bytesand Mutable Buffer)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
I wrote another patch with two improvment: use small integer cache and use Python memory allocation functions. Now GMP overhead (pystones result) is only -2% and not -20% (previous patch).
Since the patch is huge, I prefer to leave copy on my server: http://www.haypocalc.com/tmp/py3k-long_gmp-v2.patch
Victor
Victor Stinner http://hachoir.org/
- Next message: [Python-3000] bytes and dicts (was: PEP 3137: Immutable Bytesand Mutable Buffer)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]