dgrijalva / lfu-goLinks
A least frequently used cache for Golang
☆153Updated 5 years ago
Alternatives and similar repositories for lfu-go
Users that are interested in lfu-go are comparing it to the libraries listed below
Sorting:
- A skip list implementation in Go☆239Updated 6 years ago
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆87Updated 3 years ago
- A few miscellaneous Go microbenchmarks.☆150Updated 9 years ago
- Modern Go Programming☆96Updated 2 years ago
- go/golang: fast bit set Bloom filter☆137Updated 6 years ago
- DEPRECATED StackImpact Go Profiler - Production-Grade Performance Profiler: CPU, memory allocations, blocking calls, errors, metrics, and…☆290Updated 6 years ago
- Simple, thread-safe Go rate-limiter☆81Updated 6 months ago
- an in-memory LRU string-string map with expiration for golang☆109Updated 7 years ago
- skiplist for golang☆84Updated 11 years ago
- Go Pooling Helpers☆119Updated 5 years ago
- experimenting with groupcache☆160Updated 12 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆294Updated 2 years ago
- concurrency utilities☆304Updated 6 years ago
- High resolution timing and benchmarking for Go☆264Updated 2 months ago
- MySQL protocol library implementing in Go (golang)☆243Updated 4 years ago
- Benchmark all the top in-memory Go caching libraries☆61Updated 2 years ago
- Interface for mmap syscall to provide safe and efficient access to memory☆70Updated last month
- github.com/cznic/b has moved to modernc.org/b☆227Updated 7 years ago
- A Go redis cluster client built on top of redigo.☆232Updated 2 years ago
- Storing strings without GC overhead☆85Updated last month
- A pseudo-random number generator wriiten in Golang☆113Updated 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
- A simple and efficient thread-safe sharded hashmap for Go☆247Updated 6 years ago
- Fast and scalable pseudorandom generator for Go☆207Updated 4 years ago
- Distributed in-memory cache using gossip protocol in go-lang☆177Updated 6 years ago
- A tiny library to get current goroutine id☆89Updated 2 years ago
- Go package tcpkeepalive implements additional TCP keepalive control beyond what is currently offered by the net pkg.☆247Updated 3 years ago
- [DEPRECATED] Expose goroutine id to wild world. Alternative approach is https://github.com/huandu/go-tls☆112Updated 7 years ago
- B+ Tree - List - File Structures 2 - Memory Mapped File Structures for Go☆408Updated 6 years ago
- TinyLFU cache admission policy☆270Updated last year