moka

Cache library

A high-performance concurrent caching library for Rust that provides flexible cache implementations with bounding and expiration policies.

A high performance concurrent caching library for Rust

GitHub

2k stars
11 watching
73 forks
Language: Rust
last commit: 18 days ago
Linked from 1 awesome list

cacheperformancerust

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
zkat/cacache-rs A high-performance, concurrent cache system with support for async APIs and various features. 539
aisk/rust-memcache A memcached client library written in Rust for interacting with distributed memory caching systems. 132
jaemk/cached Provides Rust implementations of caching structures and simplified function memoization. 1,565
snazy/ohc A high-performance off-heap cache implementation for Java with support for asynchronous loading and eviction using an LRU algorithm. 1,071
mdaliyan/icache A high-performance cache library for Go with thread-safe, generic support and no serialization requirements. 19
muesli/cache2go A Go caching library that provides concurrency-safe storage and expiration capabilities 2,125
sqlalchemy/dogpile.cache A caching API that provides a generic interface to various caching backends and integrates them with a locking mechanism. 247
erni27/imcache A zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use. 123
al8n/stretto A high-performance, thread-safe cache implementation for Rust. 412
sj-distributor/fastcache A caching library for .NET Core applications that supports multiple caching providers and eviction strategies. 45
maciejkula/rustlearn A Rust machine learning crate providing algorithms and utilities for building and training machine learning models. 619
huntlabs/hunt-cache A cache library for D programming language supporting multiple backend storage options including memory, Redis, and memcached. 6
viney-shih/go-cache Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. 139
creativecreature/sturdyc A caching library designed to make I/O heavy applications robust and highly performant by supporting non-blocking reads and configurable shards. 338
desarrolla2/cache A simple cache library implementing the PSR-16 standard using immutable objects. 134