cache
In-memory cache library
A library implementing an in-memory cache with segmented storage and time-to-live policies
Erlang in-memory cache
137 stars
16 watching
33 forks
Language: Erlang
last commit: almost 3 years ago
Linked from 1 awesome list
cacheerlangin-memory-cachingin-memory-storagetime-to-live
Related projects:
Repository | Description | Stars |
---|---|---|
fogfish/datum | A set of functional programming abstractions and data structures for Erlang | 124 |
jr0senblum/jc | A distributed in-memory cache with features like Pub/Sub, JSON querying, and consistency mechanisms. | 26 |
erni27/imcache | A zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use. | 123 |
echovault/sugardb | A distributed in-memory data store and cache with features like replication, persistence, andPub/Sub functionality. | 429 |
fogfish/dynamo | A Go library providing a generic key-value abstraction to store data in AWS DynamoDB and S3 | 19 |
yiling-j/theine-go | A high-performance in-memory cache with support for generics and adaptive eviction policies. | 281 |
jamesmontemagno/monkey-cache | Provides an easy-to-use caching mechanism for data structures in .NET applications. | 680 |
gulp-community/gulp-cached | A caching mechanism for gulp tasks to improve performance by only re-processing files that have changed since the last run. | 453 |
viney-shih/go-cache | Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. | 141 |
oastuff/clusteredbigcache | Provides in-memory caching with clustering support | 45 |
iwanbk/bcache | A distributed in-memory caching system with eventual consistency and configurable maximum keys | 156 |
melpon/memoize | A caching macro for Elixir that uses CAS on ETS to optimize function calls | 192 |
sqlalchemy/dogpile.cache | A caching API that provides a generic interface to various caching backends and integrates them with a locking mechanism. | 251 |
soffes/cache | A Swift caching library that provides a simple interface for caching data in memory and on disk. | 213 |
jaemk/cached | Provides Rust implementations of caching structures and simplified function memoization. | 1,605 |