runner
runner copied to clipboard
Add bitarray for Python
Please complete the following information about the package:
- Package name: bitarray
- Language name: Python
- Website: https://pypi.org/project/bitarray/
Following are optional, but will help us consider adding:
- Why is this useful? There is no python built-in feature to create bit arrays, which are useful in holding huge volumes of data.
- Example Code:
:+1: reaction might help to get this request prioritized.
As a simpler alternative for now, there's gmpy2 with mutable integers: https://gmpy2.readthedocs.io/en/latest/advmpz.html#the-xmpz-type