fastcache
InMemory Cache
A high-performance, thread-safe in-memory cache for storing large amounts of key-value pairs.
Fast thread-safe inmemory cache for big number of entries in Go. Minimizes GC overhead
2k stars
42 watching
176 forks
Language: Go
last commit: 5 months ago
Linked from 2 awesome lists
cachecachingcaching-libraryfastgogolanginmemory-cache
Related projects:
Repository | Description | Stars |
---|---|---|
orlovevgeny/go-mcache | A fast key-value store with expiration times and thread safety. | 97 |
yuseferi/gocache | An in-memory key-value store/cache implementation in Go providing efficient caching capabilities | 9 |
yiling-j/theine-go | A high-performance in-memory cache with support for generics and adaptive eviction policies. | 278 |
jitbit/fastcache | A high-performance memory cache for .NET with expiration and thread-safety | 135 |
erni27/imcache | A zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use. | 123 |
mdaliyan/icache | A high-performance cache library for Go with thread-safe, generic support and no serialization requirements. | 19 |
quasi/cl-memcached | A fast and thread-safe interface to the Memcached object caching system. | 21 |
viney-shih/go-cache | Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. | 139 |
iwanbk/bcache | A distributed in-memory caching system with eventual consistency and configurable maximum keys | 156 |
muesli/cache2go | A Go caching library that provides concurrency-safe storage and expiration capabilities | 2,125 |
jmoiron/johnny-cache | A caching framework designed to work with Django's ORM and optimized for use with memcached. | 304 |
melpon/memoize | A caching macro for Elixir that uses CAS on ETS to optimize function calls | 189 |
defcronyke/godscache | Provides a caching layer for Google Cloud Datastore using memcached, supporting multiple cloud platforms | 11 |
thinkjs/think-cache-memcache | Provides an adapter for caching data using Memcache. | 0 |
echovault/sugardb | A distributed in-memory data store and cache with features like replication, persistence, andPub/Sub functionality. | 419 |