Skip to content

athanclark/tries

Repository files navigation

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

About

Various trie data types in Haskell

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published