2q
Cache library
A high-performance cache implementation using two queues to efficiently handle cache lookups and updates.
41 stars
4 watching
4 forks
Language: Go
last commit: over 1 year ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
muesli/cache2go | A Go caching library that provides concurrency-safe storage and expiration capabilities | 2,125 |
viney-shih/go-cache | Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. | 139 |
rocketlaunchr/remember-go | A package to cache slow database queries using in-memory or Redis storage | 139 |
spotify/sptpersistentcache | A cache library that stores data with time-to-live values and disk management semantics. | 1,243 |
thepaw/go-gt | A Go library for a high-performance, in-memory caching system | 11 |
accelerationnet/function-cache | A library providing an extensible function caching mechanism with customizable cache structures and features. | 47 |
sj-distributor/fastcache | A caching library for .NET Core applications that supports multiple caching providers and eviction strategies. | 45 |
fogfish/cache | A library implementing an in-memory cache with segmented storage and time-to-live policies | 137 |
snazy/ohc | A high-performance off-heap cache implementation for Java with support for asynchronous loading and eviction using an LRU algorithm. | 1,071 |
ulovecode/gdcache | A cache library that efficiently stores and retrieves data by using unique identifiers in SQL queries. | 13 |
erni27/imcache | A zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use. | 123 |
adelowo/onecache | A Go caching library with support for multiple backends and garbage collection. | 136 |
oastuff/clusteredbigcache | Provides in-memory caching with clustering support | 45 |
echovault/sugardb | A distributed in-memory data store and cache with features like replication, persistence, andPub/Sub functionality. | 419 |
enriquebris/goconcurrentqueue | A package offering concurrent-safe queue implementations with auto-expanding capacity and fixed capacities | 396 |