Skip to content

potrepka/hasher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hasher

Hasher is a Clojure library for manipulating fixed-size hash maps using arrays.

Linear probing is employed for hash collisions.

Setup

$ brew install leiningen
$ git clone https://github.com/nspotrepka/hasher.git
$ cd hasher

Playground

$ lein repl

Testing

$ lein test

License

Copyright © 2017 Nathaniel Potrepka

Distributed under the MIT License

Releases

No releases published

Packages

No packages published