An open API service indexing awesome lists of open source software.

https://github.com/takeyourhatoff/bitset

Package bitset provides Set, a compact and fast representation for a dense set of positive integer values.
https://github.com/takeyourhatoff/bitset

bitarray bitfield bitset bitset-library golang

Last synced: 5 days ago
JSON representation

Package bitset provides Set, a compact and fast representation for a dense set of positive integer values.

Awesome Lists containing this project

README

          

# [bitset](https://godoc.org/github.com/takeyourhatoff/bitset)
[![Build Status](https://travis-ci.org/takeyourhatoff/bitset.svg?branch=master)](https://travis-ci.org/takeyourhatoff/bitset)
[![Go Report Card](https://goreportcard.com/badge/github.com/takeyourhatoff/bitset)](https://goreportcard.com/report/github.com/takeyourhatoff/bitset)

Package [bitset](https://godoc.org/github.com/takeyourhatoff/bitset) provides Set, a compact and fast representation for a dense set of positive integer values.