About

Metadata

  • Last updated , by athanclark
  • License BSD-3-Clause
  • Maintained by: athan.clark@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

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