You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 years ago | |
---|---|---|
.gitignore | 6 years ago | |
LICENSE | 6 years ago | |
README.md | 6 years ago | |
project.clj | 6 years ago |
README.md
identihash
A Clojure library that provides a way to provide higher-bit hashes of arbitrary
Clojure data structures, which respect Clojure's identity semantics. That is, if
two objects are clojure.core/=
, they will have the same hash value. To my
knowledge, no other Clojure data hashing libraries make this guarantee.
The protocol is extensible to arbitrary data types and can work with any hash function that can take a byte array.
Usage
TODO
License
Copyright © 2016 Luke VanderHart
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.