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
41 watching
178 forks
Language: Go
last commit: 8 months ago
Linked from 2 awesome lists
cachecachingcaching-libraryfastgogolanginmemory-cache
Related projects:
Repository | Description | Stars |
---|---|---|
| A fast key-value store with expiration times and thread safety. | 97 |
| An in-memory key-value store/cache implementation in Go providing efficient caching capabilities | 9 |
| A high-performance in-memory cache with support for generics and adaptive eviction policies. | 281 |
| A high-performance memory cache for .NET with expiration and thread-safety | 138 |
| A zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use. | 123 |
| A high-performance cache library for Go with thread-safe, generic support and no serialization requirements. | 19 |
| A fast and thread-safe interface to the Memcached object caching system. | 21 |
| Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. | 141 |
| A distributed in-memory caching system with eventual consistency and configurable maximum keys | 156 |
| A Go caching library that provides concurrency-safe storage and expiration capabilities | 2,134 |
| A caching framework designed to work with Django's ORM and optimized for use with memcached. | 303 |
| A caching macro for Elixir that uses CAS on ETS to optimize function calls | 192 |
| Provides a caching layer for Google Cloud Datastore using memcached, supporting multiple cloud platforms | 11 |
| Provides an adapter for caching data using Memcache. | 0 |
| A distributed in-memory data store and cache with features like replication, persistence, andPub/Sub functionality. | 429 |