We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f206500 commit 1fcf9adCopy full SHA for 1fcf9ad
README.md
@@ -1,4 +1,6 @@
1
# FastBitSet.js : a speed-optimized BitSet implementation
2
+[](https://travis-ci.org/lemire/FastBitSet.js)
3
+[![][license img]][license]
4
5
A BitSet (also called Bitmap or bit vector) is an ideal data structure to implement a
6
set when values being stored are reasonably small integers. It can be orders of magnitude
0 commit comments