Skip to content

Commit 45a4409

Browse files
committed
Remove bit functions from README
1 parent 2589771 commit 45a4409

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Your basic bit [![GoDoc](https://godoc.org/github.com/yourbasic/bit?status.svg)][godoc-bit]
22

3-
### Set data structure with bonus bit-twiddling functions
3+
### Set data structure for positive numbers
44

55
A bit array, or bit set, is an efficient set data structure.
66
It consists of an array that compactly stores bits and it uses
7-
bit-level parallelism to perform operations quickly.
7+
bit-level parallelism to perform operations quickly.
88

99
![Venn diagram](venn.png)
1010

0 commit comments

Comments
 (0)