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, asvetlov, doko, eric.araujo, georg.brandl, jcea, jreese, lars.gustaebel, leonov, loewis, nadeem.vawda, nicdumz, nikratio, ockham-razor, pitrou, proyvind, rcoyner, shirish, strombrg, thedjatclubrock, vstinner, ysj.ray
Date 2011-04-08.00:50:09
SpamBayes Score 0.029630648
Marked as misclassified No
Message-id <1302223810.41.0.989969683234.issue6715@psf.upfronthosting.co.za>
In-reply-to
Content
I don't know that much about compression, but I wonder if a threadsafe compression module would enable parallel forms of compression?  If yes, then multithreaded might be a big benefit, in light of multicore taking off.

EG: http://www.compression.ca/pbzip2/

It might be worthwhile to check with the authors (of bzip2 and pyliblzma modules) about why they went with thread safety.
History
Date User Action Args
2011-04-08 00:50:10strombrgsetrecipients: + strombrg, loewis, georg.brandl, doko, jcea, amaury.forgeotdarc, arekm, lars.gustaebel, pitrou, vstinner, nadeem.vawda, nicdumz, eric.araujo, Christophe Simonis, rcoyner, proyvind, asvetlov, nikratio, leonov, Garen, ysj.ray, thedjatclubrock, ockham-razor, jreese, shirish
2011-04-08 00:50:10strombrgsetmessageid: <1302223810.41.0.989969683234.issue6715@psf.upfronthosting.co.za>
2011-04-08 00:50:09strombrglinkissue6715 messages
2011-04-08 00:50:09strombrgcreate