The latest version of intset is 0.1.1.0-0.

intset

Version 0.1.0.3 revision 0 uploaded by SamTruzjan.

Package meta

Synopsis
Pure, mergeable, succinct Int sets.
Description

This library provides persistent, time and space efficient integer sets implemented as dense big-endian patricia trees with buddy suffixes compaction. In randomized settings this structure expected to be as fast as Data.IntSet from containers, but if a sets is likely to have long continuous intervals it should be much faster.

Author
Sam Truzjan
Bug reports
https://github.com/pxqr/intset/issues
Category
Data
Copyright
(c) 2013, Sam Truzjan
Homepage
https://github.com/pxqr/intset
Maintainer
Sam Truzjan <pxqr.sta@gmail.com>
Package URL
n/a
Stability
n/a

Components