The latest version of critbit is 0.2.0.0-2.

critbit

Version 0.2.0.0 revision 1 uploaded by phadej.

Package meta

Synopsis
Crit-bit maps and sets
Description

This package implements crit-bit trees, a key-value container type for storing keys that can be treated as bitstrings (e.g. ByteString and Text).

Compared to the data structures from the containers and unordered-containers packages, you will find that sometimes the functions implemented in this package are faster, sometimes slower.

In many cases, a CritBit tree provides performance close to that of a HashMap, while providing ordered storage and traversal like a Map.

Author
Bryan O'Sullivan <bos@serpentine.com>
Bug reports
https://github.com/bos/critbit/issues
Category
Data
Copyright
2013-2014 Bryan O'Sullivan and others
Homepage
https://github.com/bos/critbit
Maintainer
Bryan O'Sullivan <bos@serpentine.com>
Package URL
n/a
Stability
n/a

Components