tidwall / tinylru
A fast little LRU cache for Go
☆168Updated last year
Alternatives and similar repositories for tinylru:
Users that are interested in tinylru are comparing it to the libraries listed below
- Load file-backed memory☆121Updated 2 years ago
- Server for benchmarking pure Go key/value databases☆155Updated last year
- Go Pooling Helpers☆113Updated 4 years ago
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 2 years ago
- ⚡️ lock-free utilities in Go☆151Updated 8 months ago
- Expression evaluator for Go☆67Updated 10 months ago
- Package schedgroup provides a goroutine worker pool which schedules tasks to be performed at or after a specified time. MIT Licensed.☆138Updated 2 years ago
- A buffer pool file I/O library for Go☆54Updated 2 years ago
- Non-Invasive goroutine inspector☆90Updated last year
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆282Updated last year
- errgroup with goroutine worker limits☆162Updated 2 years ago
- Interface for mmap syscall to provide safe and efficient access to memory☆68Updated 4 years ago
- A simple and efficient thread-safe sharded hashmap for Go☆225Updated 5 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 2 years ago
- Package for getting the runtime ID of a goroutine☆44Updated 8 months ago
- A reliability layer for UDP connections in Go.☆138Updated 4 years ago
- Best-effort CPU-local sharded values for Go☆199Updated 3 years ago
- Golang library for io_uring (without CGO)☆133Updated 3 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆216Updated last year
- Fastest and most efficient goroutine pool (experimental)☆137Updated 2 years ago
- Off heap golang memory pool☆59Updated 3 years ago
- goroutine local storage (use context instead if possible)☆74Updated last month
- Get unix time (nanoseconds) in 8ns, 10x faster than stdlib☆136Updated 5 months ago
- Benchmark all the top in-memory Go caching libraries☆62Updated last year
- Simple string pattern matcher for Go☆126Updated 9 months ago
- Eventually consistent distributed in-memory cache Go library☆157Updated 2 years ago
- A revamped Google's jump consistent hash☆103Updated 2 years ago
- Storing strings without GC overhead☆83Updated 5 years ago
- Connection pool for Go's net.Conn interface☆129Updated 2 years ago
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆86Updated 2 years ago