dchest / siphash
Go implementation of SipHash-2-4, a fast short-input PRF created by Jean-Philippe Aumasson and Daniel J. Bernstein.
☆282Updated 2 years ago
Alternatives and similar repositories for siphash:
Users that are interested in siphash are comparing it to the libraries listed below
- Bindings for the LMDB C library☆161Updated 2 years ago
- go/golang: fast bit set Bloom filter☆136Updated 5 years ago
- go-farm: a pure-Go farmhash implementation☆248Updated 5 months ago
- slab allocator in go☆376Updated 3 months ago
- Customizable TCP net.Listener for Go☆147Updated 2 years ago
- a small circular ring buffer library in go / golang☆187Updated 6 years ago
- go4 hosts the go4.org packages.☆327Updated last year
- Fast, fully fledged murmur3 in Go.☆322Updated last year
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated 8 months ago
- The tomb package helps with clean goroutine termination in the Go language.☆370Updated 2 years ago
- SIMD for Go☆162Updated 7 years ago
- Go implementation of bsdiff & bspatch☆306Updated last year
- go wrapper for zstd☆443Updated 5 months ago
- Golang circular (ring) buffer☆174Updated 2 years ago
- Various small golang libraries☆416Updated 5 months ago
- Cuckoo hashing for Go☆83Updated 3 years ago
- XXH3 algorithm in Go☆437Updated last week
- uint128 for Go☆242Updated 4 months ago
- Data URL Schemes in Golang☆139Updated 3 years ago
- go-jump: Jump consistent hashing☆384Updated 3 years ago
- A native implementation of the excellent XXHash hashing algorithm.☆435Updated 2 years ago
- Brings SO_REUSEPORT into your Go server☆572Updated 3 years ago
- levigo is a Go wrapper for LevelDB☆415Updated 3 years ago
- an off-heap hash-table in Go. Used to be called go-offheap-hashtable, but we shortened it.☆372Updated last year
- Optimized functions for Go using SIMD☆194Updated 4 years ago
- Benchstat computes and compares statistics about benchmarks.☆140Updated 7 years ago
- gotiny 是一个高效的golang序列化库。☆101Updated 4 months ago
- Diodes are ring buffers manipulated via atomics.☆471Updated this week
- A skip list implementation in Go