The latest version of vcache-trie is 0.2.4-0.

vcache-trie

Version 0.2.1 revision 0 uploaded by dmbarbour.

Package meta

Synopsis
patricia tries modeled above VCache
Description

VCache supports larger-than-memory values with caching, persistence, and structure sharing. Effective use of VCache requires useful data structures be modeled above it. The trie is useful for modeling key value databases or abstract virtual filesystems, where keys have shared prefixes or elements with a common prefix are likely to be updated together.

Currently, the implementation is specialized to a bytestring trie.

Author
David Barbour
Bug reports
n/a
Category
Database
Copyright
(c) 2015 by David Barbour
Homepage
http://github.com/dmbarbour/haskell-vcache-trie
Maintainer
dmbarbour@gmail.com
Package URL
n/a
Stability
experimental

Components