The latest version of intset is 0.1.1.0-0.

intset

Version 0.1.0.0 revision 0 uploaded by SamTruzjan.

Package meta

Synopsis
Pure, fast and memory efficient integer 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.

Release notes
  • 0.1.0.0: Initial version.

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

Components