This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author strombrg
Recipients Christophe Simonis, Garen, amaury.forgeotdarc, arekm, devurandom, doko, eric.araujo, georg.brandl, jreese, lars.gustaebel, leonov, loewis, nicdumz, nikratio, ockham-razor, pitrou, proyvind, rcoyner, strombrg, thedjatclubrock, vstinner, ysj.ray
Date 2010-11-26.00:51:05
SpamBayes Score 3.139355e-10
Marked as misclassified No
Message-id <1290732668.35.0.605147211242.issue6715@psf.upfronthosting.co.za>
In-reply-to
Content
While I realize Python extension modules are pretty much the norm in CPython, it'd be pretty cool if xz support could be written overtop of ctypes.  ctypes seems to be emerging as the way of doing FFI across different python implementations.

I've been working on a backup engine in my spare time, and I'd very much like to use a Python xz module in it.  However, the code I have so far runs about 4x faster on pypy than CPython, even if I turn on psyco in CPython.

IOW, I'd be pretty pleased to see an xz module that works equally well on CPython, pypy (seems to have pretty good ctypes), jython (has the beginnings of ctypes in 2.5.2rc*), iron python (supposedly included recently)...
History
Date User Action Args
2010-11-26 00:51:08strombrgsetrecipients: + strombrg, loewis, georg.brandl, doko, amaury.forgeotdarc, arekm, lars.gustaebel, pitrou, vstinner, nicdumz, eric.araujo, Christophe Simonis, rcoyner, proyvind, nikratio, leonov, devurandom, Garen, ysj.ray, thedjatclubrock, ockham-razor, jreese
2010-11-26 00:51:08strombrgsetmessageid: <1290732668.35.0.605147211242.issue6715@psf.upfronthosting.co.za>
2010-11-26 00:51:05strombrglinkissue6715 messages
2010-11-26 00:51:05strombrgcreate