Stretto is a Rust implementation for Dgraph's ristretto (https://github.com/dgraph-io/ristretto). A high performance memory-bound Rust cache.
Async caching framework for Rust with Tower middleware, stale-while-revalidate, dogpile prevention, and pluggable backends (Moka, Redis, FeOxDB)
A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.
Les fonctionnalités principales de salsa-rs/salsa sont : Caching and Memoization, Databases & Data.
Les alternatives open-source à salsa-rs/salsa incluent : 06chaynes/http-cache — A caching middleware that follows HTTP caching rules. jaemk/cached — Rust cache structures and easy function memoization. aisk/rust-memcache — memcache client for rust. al8n/stretto — Stretto is a Rust implementation for Dgraph's ristretto (https://github.com/dgraph-io/ristretto). A high performance… hit-box/hitbox — Async caching framework for Rust with Tower middleware, stale-while-revalidate, dogpile prevention, and pluggable… moka-rs/moka — A high performance concurrent caching library for Rust.