OneOfOne / xxhashLinks
A native implementation of the excellent XXHash hashing algorithm.
☆443Updated 3 years ago
Alternatives and similar repositories for xxhash
Users that are interested in xxhash are comparing it to the libraries listed below
Sorting:
- Diodes are ring buffers manipulated via atomics.☆493Updated this week
- go wrapper for zstd☆476Updated 2 months ago
- Fast, fully fledged murmur3 in Go.☆347Updated 2 years ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆295Updated last year
- Go implementation of SipHash-2-4, a fast short-input PRF created by Jean-Philippe Aumasson and Daniel J. Bernstein.☆294Updated 3 years ago
- The tomb package helps with clean goroutine termination in the Go language.☆374Updated 3 years ago
- an off-heap hash-table in Go. Used to be called go-offheap-hashtable, but we shortened it.☆384Updated 8 months ago
- Brings SO_REUSEPORT into your Go server☆575Updated 4 years ago
- A timed rate limiter for Go☆405Updated 3 years ago
- Zstd wrapper for Go☆799Updated 2 months ago
- LZ4 compression and decompression in pure Go☆952Updated 3 weeks ago
- Buffer/Byte pool for Go☆481Updated 6 years ago
- Package stack implements utilities to capture, manipulate, and format call stacks.☆404Updated 4 years ago
- Collection of compression related Go packages.☆417Updated 2 years ago
- go-jump: Jump consistent hashing☆387Updated 4 years ago
- go4 hosts the go4.org packages.☆331Updated 3 weeks ago
- Bindings for the LMDB C library☆167Updated 3 years ago
- Fast, zero heap allocation Go Trie for runes or paths☆502Updated last year
- Data structure and relevant algorithms for extremely fast prefix/fuzzy string searching.☆788Updated 2 weeks ago
- Golang implementation of Radix trees☆933Updated last year
- Concurrent Buffered IO in Go #golang☆249Updated 3 years ago
- Consistent hashing "hashring" implementation in golang (using the same algorithm as libketama)☆586Updated 5 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…☆948Updated 3 months ago
- A simple, stateless, functional mechanism to perform actions repetitively until successful.