/vcache-trie

A bytestring patricia trie adapted for Haskell VCache

Primary LanguageHaskellBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Haskell VCache Trie

A Patricia trie implemented above VCache.

Suitable for database-as-a-value or modeling abstract virtual filesystems.

Currently, this only supports bytestring keys, similar to the bytestring-trie package. It may be necessary to later adapt the list-tries model to support arbitrary keys... though, not for any projects I'm pursuing at the moment.