Popularity
1.8
Growing
Activity
0.0
Stable
5
1
5

Monthly Downloads: 254
Programming language: Elixir
License: MIT License
Latest version: v0.3.2

fnv alternatives and similar packages

Based on the "Algorithms and Data structures" category.
Alternatively, view fnv alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of fnv or a related project?

Add another 'Algorithms and Data structures' Package

README

FNV

Hex.pm package version Hex.pm package license Build Status (master) Coverage Status (master) Inline docs Support via Gratipay

Pure Elixir implementation of Fowler–Noll–Vo hash functions

Fowler–Noll–Vo is a non-cryptographic hash function created by Glenn Fowler, Landon Curt Noll, and Phong Vo.

The basis of the FNV hash algorithm was taken from an idea sent as reviewer comments to the IEEE POSIX P1003.2 committee by Glenn Fowler and Phong Vo in 1991. In a subsequent ballot round, Landon Curt Noll improved on their algorithm. Some people tried this hash and found that it worked rather well. In an email message to Landon, they named it the Fowler/Noll/Vo or FNV hash.

http://en.wikipedia.org/wiki/Fowler–Noll–Vo_hash_function

More details and algorithm specification at http://www.isthe.com/chongo/tech/comp/fnv/index.html.

Documentation

Can be found at http://hexdocs.pm/fnv.

LICENSE

This project is released under The MIT License (MIT). Check [LICENSE](LICENSE) file for more information.


*Note that all licence references and agreements mentioned in the fnv README section above are relevant to that project's source code only.