hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

README (190B)


      1 Implements the Fowler–Noll–Vo (FNV) hash function. This hash is recommended for
      2 hash map keys and similar applications when hash flooding isn't an issue. It is
      3 a non-cryptographic hash.