Go implementation of SipHash-2-4, a fast short-input PRF created by Jean-Philippe Aumasson and Daniel J. Bernstein.
☆295Apr 27, 2022Updated 3 years ago
Alternatives and similar repositories for siphash
Users that are interested in siphash are comparing it to the libraries listed below
Sorting:
- Careful implementation of Jaro and Jaro-Winkler text difference algorithms☆17Jan 23, 2017Updated 9 years ago
- Native Go version of HighwayHash with optimized assembly implementations on Intel and ARM. Able to process over 10 GB/sec on a single cor…☆949Oct 30, 2025Updated 4 months ago
- SIMD for Go☆164Oct 26, 2017Updated 8 years ago
- Super low overhead application level metrics☆24Oct 12, 2021Updated 4 years ago
- go-farm: a pure-Go farmhash implementation☆255Sep 24, 2024Updated last year
- ipcipher implementation in Go☆17Dec 19, 2023Updated 2 years ago
- A Stream VByte implementation in Go leveraging SIMD techniques☆18Sep 12, 2021Updated 4 years ago
- Go translation of MetroHash☆116Jan 6, 2025Updated last year
- A Go implementation of the 64-bit xxHash algorithm (XXH64)☆2,086Jul 3, 2024Updated last year
- Fast hashing using pure Go implementation of BLAKE2b with SIMD instructions☆256Nov 27, 2017Updated 8 years ago
- Accelerate SHA256 computations in pure Go using AVX512, SHA Extensions for x86 and ARM64 for ARM. On AVX512 it provides an up to 8x impr…☆1,038May 24, 2023Updated 2 years ago
- A native implementation of the excellent XXHash hashing algorithm.☆443Oct 7, 2022Updated 3 years ago
- Fast and scalable minimal perfect hashing for massive key sets☆72Mar 6, 2020Updated 5 years ago
- Tool to detect Go structs that would take less memory if their fields were sorted.☆535May 9, 2023Updated 2 years ago
- A fast in-memory prefix tree that uses uint64 for keys and allows for duplicate entries.☆203Feb 3, 2021Updated 5 years ago
- Simple generative fuzzer☆17Oct 18, 2021Updated 4 years ago
- Intel CPUID library for Go Programming Language☆309Dec 19, 2024Updated last year
- Pure Go implementation of BLAKE3 with AVX2 and SSE4.1 acceleration☆463Apr 2, 2025Updated 10 months ago
- C to Go Assembly☆1,341Nov 27, 2021Updated 4 years ago
- wyhash fast non-cryptographic string hash☆37May 12, 2020Updated 5 years ago
- Command pigeon generates parsers in Go from a PEG grammar.☆908Feb 10, 2026Updated 2 weeks ago
- Optimized Go Compression Packages☆5,411Updated this week
- Roaring bitmaps in Go (golang), used by InfluxDB, Bleve, DataDog☆2,842Updated this week
- A Golang lock-free thread-safe HashMap optimized for fastest read access.☆1,881Jul 30, 2025Updated 7 months ago
- Go implementation of Google's HighwayHash☆75Mar 9, 2021Updated 4 years ago
- Meow hash for Golang☆126Feb 1, 2020Updated 6 years ago
- A radix sorting library for Go (golang)☆54Aug 10, 2023Updated 2 years ago
- HyperLogLog with lots of sugar (Sparse, LogLog-Beta bias correction and TailCut space reduction) brought to you by Axiom☆1,029Dec 16, 2025Updated 2 months ago
- Embedded DB modeling Golang Collections which automatically split as they grow.☆36Apr 25, 2018Updated 7 years ago
- A pure-Go wyhash implementation.☆34Feb 10, 2026Updated 2 weeks ago
- minimal perfect hash functions☆64Dec 17, 2021Updated 4 years ago
- An AVX/AVX2/x64/pure-Go implementation of the ChaCha20 stream cipher for Golang. [Deprecated].☆11Mar 15, 2018Updated 7 years ago
- go-jump: Jump consistent hashing☆388Oct 18, 2021Updated 4 years ago
- Randomized testing for Go☆4,846Sep 24, 2024Updated last year
- Go implementation of maglev hashing☆96Mar 11, 2023Updated 2 years ago
- Cuckoo Filter: Practically Better Than Bloom☆1,218Jul 15, 2024Updated last year
- Go implementation of skiplist, with search fingers☆33Oct 26, 2015Updated 10 years ago
- An immutable radix tree implementation in Golang☆1,087Jan 26, 2026Updated last month
- Go library implementing binary fuse and xor filters☆757Jan 26, 2026Updated last month