Python C-based extension implementing fast integer bit sets
The intbitset library provides a set implementation to store sorted unsigned integers either 32-bits integers (between 0 and 2**31 - 1 or intbitset.__maxelem__) or an infinite range with fast set operations implemented via bit vectors in a Python C extension for speed and reduced memory usage. The inbitset class emulates the Python built-in set class interface with some additional specific methods such as its own fast dump and load marshalling functions.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 3.1.0-4.fc41 | - |
Fedora 41 | 3.1.0-4.fc41 | - |
Fedora 40 | 3.1.0-3.fc40 | - |
You can contact the maintainers of this package via email at
python-intbitset dash maintainers at fedoraproject dot org
.