Efficient cache for gigabytes of data written in Go.
A cache library for Go with zero GC overhead.
An in-memory cache library for golang. It supports multiple eviction policies: LRU, LFU, ARC
An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
A Go caching framework that supports multiple data source drivers
high performance in-memory cache
A native implementation of the excellent XXHash hashing algorithm.