Skip to content

Commit

Permalink
Remove bit functions from README
Browse files Browse the repository at this point in the history
  • Loading branch information
korthaj committed Mar 13, 2018
1 parent 2589771 commit 45a4409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Your basic bit [![GoDoc](https://godoc.org/github.com/yourbasic/bit?status.svg)][godoc-bit]

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

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

![Venn diagram](venn.png)

Expand Down

0 comments on commit 45a4409

Please # to comment.