Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 495 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 495 Bytes

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