wyhash VS smhasher

Compare wyhash vs smhasher and see what are their differences.

wyhash

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

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
wyhash smhasher
9 1
916 16
- -
6.6 0.0
3 months ago about 3 years ago
C C
The Unlicense -
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.

wyhash

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

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 wyhash and smhasher you can also consider the following projects:

smhasher - Hash function quality and speed tests

meow_hash - Official version of the Meow hash, an extremely fast level 1 hash

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

leocad - A CAD application for creating virtual LEGO models

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

Mersenne-Twister-in-Python - A Mersenne Twister Random Number Generator

countwords - Playing with counting word frequencies (and performance) in various languages.

houndsniff - Hash identification program.

securitytxt.org - Static website for security.txt.

prvhash - PRVHASH - Pseudo-Random-Value Hash. Hash functions, PRNG with unlimited period, randomness extractor, and a glimpse into abyss. (inline C/C++) (Codename Gradilac/Градилак)