tidwall / tinylru
A fast little LRU cache for Go
โ169Updated 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โ122Updated 2 years ago
- ๐งช A chunk of experiments and demos about Go 2 generics design (type parameter & type set)โ150Updated 3 years ago
- Expression evaluator for Goโ72Updated last month
- A simple and efficient thread-safe sharded hashmap for Goโ227Updated 5 years ago
- Package schedgroup provides a goroutine worker pool which schedules tasks to be performed at or after a specified time. MIT Licensed.โ139Updated 3 years ago
- A buffer pool file I/O library for Goโ55Updated 3 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.โ80Updated 3 years ago
- Go Pooling Helpers