cached
Cache system
Provides Rust implementations of caching structures and simplified function memoization.
Rust cache structures and easy function memoization
2k stars
12 watching
95 forks
Language: Rust
last commit: 7 days ago
Linked from 1 awesome list
cachecachinglrucachememoizationrustrust-cachingrustlang
Related projects:
Repository | Description | Stars |
---|---|---|
aisk/rust-memcache | A memcached client library written in Rust for interacting with distributed memory caching systems. | 132 |
zkat/cacache-rs | A high-performance, concurrent cache system with support for async APIs and various features. | 539 |
moka-rs/moka | A high-performance concurrent caching library for Rust that provides flexible cache implementations with bounding and expiration policies. | 1,632 |
iwanbk/bcache | A distributed in-memory caching system with eventual consistency and configurable maximum keys | 156 |
sindresorhus/memoize | Caches function results to speed up repeated calls with identical inputs | 1,089 |
laruence/yac | A fast, shared memory cache system for storing and retrieving data in PHP applications. | 825 |
jr0senblum/jc | A distributed in-memory cache with features like Pub/Sub, JSON querying, and consistency mechanisms. | 26 |
06chaynes/http-cache | A caching middleware that follows HTTP caching rules and integrates with various backend cache managers | 68 |
artsy/garner | A caching layer for Ruby and Rack applications supporting model and instance binding and hierarchical invalidation | 343 |
rayylee/keypress | A Rust WebAssembly website example for practising English vocabulary | 8 |
al8n/stretto | A high-performance, thread-safe cache implementation for Rust. | 412 |
yiling-j/cacheme-go | A caching framework for Go that uses Redis and supports schema-based, typed caching with memoization and versioning. | 23 |
yysskk/memorycache | A thread-safe memory cache implementation with LRU policies and type-safety features. | 78 |
maciejkula/rustlearn | A Rust machine learning crate providing algorithms and utilities for building and training machine learning models. | 619 |
thinkjs/think-cache-memcache | Provides an adapter for caching data using Memcache. | 0 |