Farmhash.Sharp

A .NET Port of Google's blazingly fast hashing algorithm


Keywords
hash, dotnet-standard, farmhash, hashing, mono
License
MIT
Install
Install-Package Farmhash.Sharp -Version 0.1.0

Documentation

Build Status

Farmhash.Sharp

Farmhash.Sharp is a .NET port of Google's Farmhash algorithm for calculating 32bit and 64bit non-cryptographic hashes. Farmhash.Sharp has great performance characteristics when calculating 64bit hashes, especially on short strings or a subsequence of byte arrays.

Main Documentation

Links:

Building

To build and test everything with the .NET Core 2.1 SDK:

dotnet test Farmhash.Test/Farmhash.Test.csproj