Search code examples
javapythonbitset

Python equivalent to Java's BitSet


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


Solution

  • There's nothing in the standard library. Try:

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