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 serhiy.storchaka
Recipients Ramchandra Apte, abarnert, christian.heimes, cowlicks, georg.brandl, gregory.p.smith, gvanrossum, josh.r, martin.panter, pitrou, rhettinger, serhiy.storchaka, socketpair, terry.reedy, vstinner
Date 2016-04-25.18:00:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461607246.49.0.364462435646.issue19251@psf.upfronthosting.co.za>
In-reply-to
Content
> If yes, maybe we should start with a module on PyPI. Is there a volunteer to try this option?

bitsets – ordered subsets over a predefined domain
bitarray – efficient boolean array implemented as C extension
bitstring – pure-Python bit string based on bytearray
BitVector – pure-Python bit array based on unsigned short array
Bitsets – Cython interface to fast bitsets in Sage
bitfield – Cython positive integer sets
intbitset – integer bit sets as C extension

Is it enough? Ah, and NumPy.
History
Date User Action Args
2016-04-25 18:00:46serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, georg.brandl, rhettinger, terry.reedy, gregory.p.smith, pitrou, vstinner, christian.heimes, socketpair, Ramchandra Apte, martin.panter, abarnert, josh.r, cowlicks
2016-04-25 18:00:46serhiy.storchakasetmessageid: <1461607246.49.0.364462435646.issue19251@psf.upfronthosting.co.za>
2016-04-25 18:00:46serhiy.storchakalinkissue19251 messages
2016-04-25 18:00:46serhiy.storchakacreate