FastHashes
FastHashes copied to clipboard
A .NET implementation of several non-cryptographic hashes.
Results
2
FastHashes issues
Sort by
recently updated
recently updated
newest added
Please update komihash to v5. I would also like to inquire why komihash's benchmarked speed is low in your .NET implementation? I assume it's due to the use of 64x64...
As far as I can see all hash functions expect an in-memory buffer. I would like to compute hashes for very large files (way beyond RAM limits) that necessitate reading...
enhancement
help wanted