Popularity
5.0
Declining
Activity
0.0
Stable
155
10
26

Programming language: Go
License: BSD 2-clause "Simplified" License
Tags: Data Structures    
Latest version: v1.2.5

bit alternatives and similar packages

Based on the "Data Structures" category.
Alternatively, view bit alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of bit or a related project?

Add another 'Data Structures' Package

README

Your basic bit GoDoc

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.

[Venn diagram](venn.png)

Installation

Once you have installed Go, run this command to install the bit package:

go get github.com/yourbasic/bit

Documentation

There is an online reference for the package at godoc.org/github.com/yourbasic/bit.

Roadmap

The only accepted reason to modify the API of this package is to handle issues that can't be resolved in any other reasonable way.

Stefan Nilsson – korthaj