-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Labels
enhancementNew feature or requestNew feature or request
Description
@MiloszKrajewski
Hello.
Can you provide here:
var HC = (byte) (XXH32.DigestOf(_buffer16, 0, _index16) >> 8);
and here:
var actualHC = (byte) (Farmhash.Sharp.Farmhash.Hash32(_buffer16, _index16) >> 8);
Ability to use other hash function via some kind of interface, or something like this? For those, who want to use something else than xxhash.
Specifically I would like to use Farmhash here which is faster than xxhash (depends on payload, though).
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request