runner icon indicating copy to clipboard operation
runner copied to clipboard

Add bitarray for Python

Open gregorian-knot opened this issue 4 years ago • 1 comments

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.

gregorian-knot avatar Dec 30 '21 11:12 gregorian-knot

As a simpler alternative for now, there's gmpy2 with mutable integers: https://gmpy2.readthedocs.io/en/latest/advmpz.html#the-xmpz-type

error256 avatar Dec 30 '21 12:12 error256