BSD-3-Clause licensed by Athan Clark
Maintained by [email protected]
This version can be pinned in stack with:tries-0.0.5@sha256:12071c88cfc232424688f7287910c8293513bb39a57c9b64a4c4bbefc36ccabf,2614

Module documentation for 0.0.5

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" --flag tries:Lookup