meow_hash VS smhasher

Compare meow_hash vs smhasher and see what are their differences.

meow_hash

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

smhasher

Automatically exported from code.google.com/p/smhasher (by injinj)
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 smhasher
13 1
1,684 16
- -
0.0 0.0
almost 2 years ago about 3 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.

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.

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...

What are some alternatives?

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

xxHash - Extremely fast non-cryptographic hash algorithm

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

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

smhasher - Hash function quality and speed tests

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