smhasher VS meow_hash

Compare smhasher vs meow_hash and see what are their differences.

smhasher

Automatically exported from code.google.com/p/smhasher (by injinj)

meow_hash

Official version of the Meow hash, an extremely fast level 1 hash (by cmuratori)
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
smhasher meow_hash
1 13
16 1,684
- -
0.0 0.0
about 3 years ago almost 2 years ago
C C++
- 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.

smhasher

Posts with mentions or reviews of smhasher. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-14.
  • New Bare Hash Map: 2X-3X Speedup over SOTA
    6 projects | news.ycombinator.com | 14 Mar 2021
    The meow 0.4 was faster at short keys, but failed at the smhasher "LongNeighborTest" [1]. However, doubling the AES rounds makes it pass that test. Two rounds is enough for full diffusion in AES [2]. I recently looked at computing 4 Meow keys per hash function [3], and found the speedup to be almost 2x in a microbench. That puts it in rare territory for hash speed.

    [1] https://github.com/injinj/smhasher/

    [2] Section 5.4 of Introduction to Cryptography by Trappe and Washington -- It can be shown that two rounds are sufficient to obtain full diffusion, namely, each of the 128 output bits depends on each of the 128 input bits.

    [3] https://github.com/raitechnology/raikv/blob/3ce2b23e0d9853fe...

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.

What are some alternatives?

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

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

xxHash - Extremely fast non-cryptographic hash algorithm

smhasher - Hash function quality and speed tests

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

hashbrown - Rust port of Google's SwissTable hash map

meow_hash.NET - Port of https://github.com/cmuratori/meow_hash to .NET Core

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