@hackage bytestring-trie0.1

Efficient map from strings to values.

Efficient map from strings to values.

The implementation is based on big-endian patricia trees, like Data.IntMap. We first trie on the elements of Data.ByteString and then trie on the big-endian bit representation of those elements.