Python equivalent to Java's BitSet

Mantas Vidutis picture Mantas Vidutis · Oct 15, 2010 · Viewed 18.6k times · Source

Is there a Python class or module that implements a structure that is similar to the BitSet?

Answer

Glenn Maynard picture Glenn Maynard · Oct 15, 2010

There's nothing in the standard library. Try:

http://pypi.python.org/pypi/bitarray