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: 7 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,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 |
sorentwo/readthis | A Ruby library that provides a Redis-backed cache client with performance and simplicity features. | 506 |
moka-rs/moka | A high-performance concurrent caching library for Rust that provides flexible cache implementations with bounding and expiration policies. | 1,632 |
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. | 660 |
rustcrypto/nacl-compat | Provides Rust compatibility with NaCl-family libraries for secure cryptographic functions. | 58 |
aisk/rust-memcache | A memcached client library written in Rust for interacting with distributed memory caching systems. | 132 |
servicetitan/stl.fusion | A .NET library that enables transparent caching and real-time updates with minimal extra code | 1,858 |
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 |
longbridgeapp/rust-i18n | A crate for loading and managing localized text in Rust applications at compile time. | 318 |
rustcc/coroutine-rs | Provides an implementation of cooperative multitasking in Rust | 414 |
brson/stdx | A collection of essential Rust libraries and crates that fill the gaps in the standard library | 2,029 |
jackm321/rustnn | A neural network library written in Rust for building and training feedforward artificial neural networks. | 335 |