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

GitHub

2k stars
41 watching
178 forks
Language: Go
last commit: about 2 years ago
Linked from 2 awesome lists

cachecachingcaching-libraryfastgogolanginmemory-cache

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
orlovevgeny/go-mcacheA fast key-value store with expiration times and thread safety.97
yuseferi/gocacheAn in-memory key-value store/cache implementation in Go providing efficient caching capabilities9
yiling-j/theine-goA high-performance in-memory cache with support for generics and adaptive eviction policies.281
jitbit/fastcacheA high-performance memory cache for .NET with expiration and thread-safety138
erni27/imcacheA zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use.123
mdaliyan/icacheA high-performance cache library for Go with thread-safe, generic support and no serialization requirements.19
quasi/cl-memcachedA fast and thread-safe interface to the Memcached object caching system.21
viney-shih/go-cacheProvides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern.141
iwanbk/bcacheA distributed in-memory caching system with eventual consistency and configurable maximum keys156
muesli/cache2goA Go caching library that provides concurrency-safe storage and expiration capabilities2,134
jmoiron/johnny-cacheA caching framework designed to work with Django's ORM and optimized for use with memcached.303
melpon/memoizeA caching macro for Elixir that uses CAS on ETS to optimize function calls192
defcronyke/godscacheProvides a caching layer for Google Cloud Datastore using memcached, supporting multiple cloud platforms11
thinkjs/think-cache-memcacheProvides an adapter for caching data using Memcache.0
echovault/sugardbA distributed in-memory data store and cache with features like replication, persistence, andPub/Sub functionality.429