Custom bitset which is memory efficient. ShortBitSet uses Short primitive ( 16-bit) to store upto 16 booleans in its bit positions.
-
Updated
May 1, 2017 - Java
Custom bitset which is memory efficient. ShortBitSet uses Short primitive ( 16-bit) to store upto 16 booleans in its bit positions.
Add a description, image, and links to the intbitset topic page so that developers can more easily learn about it.
To associate your repository with the intbitset topic, visit your repo's landing page and select "manage topics."