Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 276 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 276 Bytes

hashing-functions

Hashing functions used in SceneSkope code

Currently Fnv1A used for generating hash codes. Murmur128 for as an implemented HashAlgorithm. All using netcoreapp2.1 new performance features.

To use, reference the nuget package SceneSkope.HashingFunctions