theine-go
In-memory cache
A high-performance in-memory cache with support for generics and adaptive eviction policies.
high performance in-memory cache
278 stars
5 watching
17 forks
Language: Go
last commit: 23 days ago
Linked from 1 awesome list
cacheconcurrencyperformance
Related projects:
Repository | Description | Stars |
---|---|---|
yiling-j/cacheme-go | A caching framework for Go that uses Redis and supports schema-based, typed caching with memoization and versioning. | 23 |
iwanbk/bcache | A distributed in-memory caching system with eventual consistency and configurable maximum keys | 156 |
viney-shih/go-cache | Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. | 139 |
mdaliyan/icache | A high-performance cache library for Go with thread-safe, generic support and no serialization requirements. | 19 |
thepaw/go-gt | A Go library for a high-performance, in-memory caching system | 11 |
victoriametrics/fastcache | A high-performance, thread-safe in-memory cache for storing large amounts of key-value pairs. | 2,128 |
erni27/imcache | A zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use. | 123 |
yuseferi/gocache | An in-memory key-value store/cache implementation in Go providing efficient caching capabilities | 9 |
orlovevgeny/go-mcache | A fast key-value store with expiration times and thread safety. | 97 |
fogfish/cache | A library implementing an in-memory cache with segmented storage and time-to-live policies | 137 |
rocketlaunchr/remember-go | A package to cache slow database queries using in-memory or Redis storage | 139 |
muesli/cache2go | A Go caching library that provides concurrency-safe storage and expiration capabilities | 2,125 |
jr0senblum/jc | A distributed in-memory cache with features like Pub/Sub, JSON querying, and consistency mechanisms. | 26 |
echovault/sugardb | A distributed in-memory data store and cache with features like replication, persistence, andPub/Sub functionality. | 419 |
jitbit/fastcache | A high-performance memory cache for .NET with expiration and thread-safety | 135 |