btrie

2014-07-13

Branch trie - a generic trie implementation with branch widths. * Implementation is generic: keys can be of sequences of any type. * Branch width of a trie node tells how many branches go through that node and can be used to calculate probabilites for different suffixes.

Upstream URL

github.com/peterhil/btrie

Author

Peter Hillerström <peter.hillerstrom@gmail.com>

License

Simplified BSD license.
README

btrie

Branch trie - a generic trie implementation with branch widths. * Implementation is generic: keys can be of sequences of any type. * Branch width of a trie node tells how many branches go through that node and can be used to calculate probabilites for different suffixes.

Version:
0.2.1
License:
Simplified BSD license.
Authors:
Peter Hillerström <peter.hillerstrom@gmail.com>
Dependencies:
  • arnesi

  • lift

  • split-sequence

btrie-tests

Dependencies:
  • btrie

  • lift

  • metabang-bind

Dependencies (4)

  • arnesi
  • lift
  • metabang-bind
  • split-sequence

Dependents (0)

    • GitHub
    • Quicklisp