/slowhash

Slow hash! Take it easy!

Primary LanguageC++MIT LicenseMIT

slowhash

A hash table library. Not particularly fast.

Building

This project uses bazel to build.

bazel build //src/lib:slowhash

Run unit tests

This project uses bazel to run unit tests.

bazel test --test_output=all tests