@hackage tries0.0.6.1

Various trie implementations in Haskell

tries

This is a collection and comparison of some basic, pure trie implementations.

So far, there is:

Running the Tests

stack test

and

Running the Benchmarks

for insert / delete:

stack bench --benchmark-arguments="--output profile.html"

for lookups:

stack bench --benchmark-arguments="--output profile-lookup.html" tries:bench:tries-bench-lookup