We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1ce7ca commit 7aecc2fCopy full SHA for 7aecc2f
1 file changed
README.md
@@ -2,6 +2,8 @@
2
3
### Golang set data structure with bonus bit-twiddling functions
4
5
+[][godoc-bit]
6
+
7
A bit array, or bit set, is an efficient set data structure.
8
It consists of an array that compactly stores bits and it uses
9
bit-level parallelism to perform operations quickly.
0 commit comments