From 45a4409f4082007c180971e5a7fd596bb492fb6d Mon Sep 17 00:00:00 2001 From: korthaj Date: Tue, 13 Mar 2018 08:44:24 +0100 Subject: [PATCH] Remove bit functions from README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a80260..7e8c6b3 100644 --- a/README.md +++ b/README.md @@ -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)