There are 0 repository under intset topic.
a set for storing integers, good at the intersection, union and other operations ( inspired by https://github.com/golang/tools/tree/master/container/intsets)
Persistent set of integers, implemented using PATRICIA tree data structure
A golang package implementing an ordered set of unsigned 64-bit integers.