Skip to content

weiwenchen2022/intset

Repository files navigation

intset

intset is an efficient implementation of a set of small non-negative integers. It provides methods for add, remove, and testing individual integers.

intset also provides set union, intersection, difference, and symmetric difference operations, and the ability to query the number of elements.

Installation

go get github.com/weiwenchen2022/intset

Reference

godoc or http://godoc.org/github.com/weiwenchen2022/intset

About

Efficient small non-negative integers set for Go.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published