wyhash
There are 17 repositories under wyhash topic.
eldruin/wyhash-rs
wyhash fast portable non-cryptographic hashing algorithm and random number generator in Rust
dynatrace-oss/hash4j
Dynatrace hash library for Java
cocowalla/wyhash-dotnet
Zero-allocation C# implementation of Wang Yi's wyhash hash algorithm and wyrand PRNG
orisano/wyhash
A pure-Go wyhash implementation.
Twilight-Dream-Of-Magic/museair-cpp
A high-performance, non-cryptographic hashing algorithm written in C++. MuseAir offers fast, efficient hashing optimized for large datasets, with competitive performance compared to other popular algorithms like WyHash and RapidHash. Cross-platform support with thorough benchmarking.
fwojcik/smhasher3
Mirror of SMHasher3 repo from official Gitlab site. Submit all issues and PRs there, not on Github!
ManDeJan/zig-wyhash
Zig implementation of https://github.com/wangyi-fudan/wyhash
synodriver/python-wyhash
python binding for wyhash
jeudesprits/PSWyhash
Simple, super fast wyhash and wyrand 64-bit hash function and PRNG respectively wrapper.
littleli/go-wyhash16
Simple and effective pseudo random number generator
shenwei356/go-hashing-kmer-bench
Benchmark of hashing k-mers in Golang
jackhftang/wyhash.nim
Nim wrapper of wyhash
littleli/nim-wyhash16
Nim routine for wyhash16
srikanthccv/wyhash-go
wyhash-go is an implementation of the random number generator wyhash in golang
DoumanAsh/wyhash
Rust implementation of wyhash algorithms
SegaraRai/wyhash-wasm
[WIP] wyhash port to TypeScript using WebAssembly (for Deno)
Twilight-Dream-Of-Magic/smhasher3-fix-platform-error
SMHasher3 is a test suite for evaluating non-cryptographic hash functions. It focuses on things like output distribution and collisions, with some perf tests. Based on the SMHasher fork maintained by Reini Urban (https://github.com/rurban/smhasher). clone from (https://gitlab.com/fwojcik/smhasher3)