Hasher is a Clojure library for manipulating fixed-size hash maps using arrays.
Linear probing is employed for hash collisions.
$ brew install leiningen
$ git clone https://github.com/nspotrepka/hasher.git
$ cd hasher
$ lein repl
$ lein test
Copyright © 2017 Nathaniel Potrepka
Distributed under the MIT License