stretto
Cache library
A high-performance, thread-safe cache implementation for Rust.
Stretto is a Rust implementation for Dgraph's ristretto (https://github.com/dgraph-io/ristretto). A high performance memory-bound Rust cache.
412 stars
6 watching
28 forks
Language: Rust
last commit: 9 months ago
Linked from 1 awesome list
cachecachingconcurrentrustrust-craterust-langrust-librarytinylfu
Related projects:
Repository | Description | Stars |
---|---|---|
jaemk/cached | Provides Rust implementations of caching structures and simplified function memoization. | 1,605 |
snazy/ohc | A high-performance off-heap cache implementation for Java with support for asynchronous loading and eviction using an LRU algorithm. | 1,072 |
sorentwo/readthis | A Ruby library that provides a Redis-backed cache client with performance and simplicity features. | 504 |
moka-rs/moka | A high-performance concurrent caching library for Rust that provides flexible cache implementations with bounding and expiration policies. | 1,691 |
artsy/garner | A caching layer for Ruby and Rack applications supporting model and instance binding and hierarchical invalidation | 343 |
bytecodealliance/cap-std | A project providing a capability-based version of the Rust standard library for sandboxed and secure application development. | 664 |
rustcrypto/nacl-compat | Provides Rust compatibility with NaCl-family libraries for secure cryptographic functions. | 60 |
aisk/rust-memcache | A memcached client library written in Rust for interacting with distributed memory caching systems. | 135 |
servicetitan/stl.fusion | A .NET library that enables transparent caching and real-time updates with minimal extra code | 1,863 |
sj-distributor/fastcache | A caching library for .NET Core applications that supports multiple caching providers and eviction strategies. | 45 |
mdaliyan/icache | A high-performance cache library for Go with thread-safe, generic support and no serialization requirements. | 19 |
rustcc/coroutine-rs | Provides an implementation of cooperative multitasking in Rust | 412 |
brson/stdx | A collection of essential Rust libraries and crates that fill the gaps in the standard library | 2,028 |
jackm321/rustnn | A neural network library written in Rust for building and training feedforward artificial neural networks. | 336 |