dgryski / go-tinylfuLinks
TinyLFU cache admission policy
☆267Updated 9 months ago
Alternatives and similar repositories for go-tinylfu
Users that are interested in go-tinylfu are comparing it to the libraries listed below
Sorting:
- A fast, threadsafe skip list in Go☆270Updated 4 years ago
- slab allocator in go☆385Updated 10 months ago
- an off-heap hash-table in Go. Used to be called go-offheap-hashtable, but we shortened it.☆380Updated 5 months ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆290Updated 2 years ago
- Adaptive Radix Trees implemented in Go☆405Updated 10 months ago
- A revamped Google's jump consistent hash☆107Updated 3 years ago
- io_uring support for go☆203Updated 5 years ago
- Examples for Dragonboat☆191Updated last year
- This is library for the Go language to enable use of Direct IO under all OSes☆335Updated 2 years ago
- Fast, minimal memory, consistent hash algorithm☆232Updated last month
- Server for benchmarking pure Go key/value databases☆162Updated 2 years ago
- Golang library for io_uring (without CGO)☆132Updated 4 years ago
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆87Updated 3 years ago
- B+ Tree - List - File Structures 2 - Memory Mapped File Structures for Go☆408Updated 6 years ago
- go/golang: fast bit set Bloom filter☆136Updated 6 years ago
- Distributed RWMutex in Go☆359Updated 6 years ago
- go-jump: Jump consistent hashing☆387Updated 4 years ago
- A simple and efficient thread-safe sharded hashmap for Go☆246Updated 6 years ago
- An implementation of Ted Dunning's t-digest in Go.☆147Updated 2 years ago
- go-farm: a pure-Go farmhash implementation☆256Updated last year
- Fast, lock-free, arena-based Skiplist implementation in Go that supports iteration in both directions.☆43Updated 5 years ago
- Fast and easy-to-use skip list for Go.☆426Updated last year
- mirror of https://caio.co/de/go-tdigest/☆117Updated 2 months ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated last year
- A Go package providing a filesystem-backed FIFO queue☆495Updated 2 months ago
- A collection of concurrent ring buffers☆133Updated 7 years ago
- LMDB backend for Raft☆137Updated 2 years ago
- ⚡️ lock-free utilities in Go☆162Updated last year
- An implementation of the Raft distributed consensus protocol.☆171Updated 10 years ago
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.☆263Updated 2 years ago