We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2589771 commit 45a4409Copy full SHA for 45a4409
README.md
@@ -1,10 +1,10 @@
1
# Your basic bit [][godoc-bit]
2
3
-### Set data structure with bonus bit-twiddling functions
+### Set data structure for positive numbers
4
5
A bit array, or bit set, is an efficient set data structure.
6
It consists of an array that compactly stores bits and it uses
7
-bit-level parallelism to perform operations quickly.
+bit-level parallelism to perform operations quickly.
8
9

10
0 commit comments