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: over 2 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. | 419 |
fogfish/dynamo | A library providing a key-value abstraction for storing data in AWS DynamoDB and S3 with type-safe Golang structs | 19 |
yiling-j/theine-go | A high-performance in-memory cache with support for generics and adaptive eviction policies. | 278 |
jamesmontemagno/monkey-cache | Provides an easy-to-use caching mechanism for data structures in .NET applications. | 669 |
gulp-community/gulp-cached | A utility that caches files to optimize processing in a workflow by avoiding unnecessary re-processing of unchanged files. | 452 |
viney-shih/go-cache | Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. | 139 |
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 | 189 |
sqlalchemy/dogpile.cache | A caching API that provides a generic interface to various caching backends and integrates them with a locking mechanism. | 247 |
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,565 |