meow_hash VS meow_hash.NET

Compare meow_hash vs meow_hash.NET and see what are their differences.

meow_hash

Official version of the Meow hash, an extremely fast level 1 hash (by cmuratori)

meow_hash.NET

Port of https://github.com/cmuratori/meow_hash to .NET Core (by tvandijck)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
meow_hash meow_hash.NET
13 2
1,684 15
- -
0.0 0.0
almost 2 years ago over 3 years ago
C++ C#
zlib License zlib License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

meow_hash

Posts with mentions or reviews of meow_hash. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-29.

meow_hash.NET

Posts with mentions or reviews of meow_hash.NET. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-22.
  • What is quickest method to compare files across the internet?
    2 projects | /r/csharp | 22 Jan 2022
    How about Meow Hash? It's specifically designed for raw speed of hashing, to be used for scenarios like content-deduplication or change-detection. For data that's in-cache, it can hash up to 64GB/s on a 4GHz CPU.
  • Reading a file in parallel
    3 projects | /r/csharp | 13 May 2021
    Is a standardized hashing algorithm required? SHA256 takes several CPU cycle per byte, but there are several hashing algorithm utilizing AES-NI that gives them 15-16 bytes per cycles, which translates to tens of gigabytes per second on modern CPU. At least one of them has been ported to .NET Core, and from what I see properly calls AES primitives.

What are some alternatives?

When comparing meow_hash and meow_hash.NET you can also consider the following projects:

xxHash - Extremely fast non-cryptographic hash algorithm

Sha256Calculator

BLAKE3 - the official Rust and C implementations of the BLAKE3 cryptographic hash function

FileServerProblem - For the question from SplashMan63

hashbrown - Rust port of Google's SwissTable hash map

wyhash - The FASTEST QUALITY hash function, random number generators (PRNG) and hash map.

pHash - pHash - the open source perceptual hash library

smhasher - Automatically exported from code.google.com/p/smhasher

aHash - aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction

c-hashmap - A fast hash map/hash table (whatever you want to call it) for the C programming language.

highwayhash - Fast strong hash functions: SipHash/HighwayHash

cligen - Nim library to infer/generate command-line-interfaces / option / argument parsing; Docs at