awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
salsa-rs avatar

salsa-rs/salsa

0
View on GitHub↗
2,870 stars·213 forks·Rust·Apache-2.0·12 viewssalsa-rs.netlify.app↗

Salsa

A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.

Features

  • Caching and Memoization - Framework for incremental computation and memoized queries.
  • Databases & Data - Framework for on-demand, incrementalized computation.

Star history

Star history chart for salsa-rs/salsaStar history chart for salsa-rs/salsa

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Salsa

These projects share indexed features with Salsa. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 06chaynes/http-cache06chaynes avatar

    06chaynes/http-cache

    101View on GitHub↗

    A caching middleware that follows HTTP caching rules

    Rust
    View on GitHub↗101
  • al8n/strettoal8n avatar

    al8n/stretto

    432View on GitHub↗

    Stretto is a Rust implementation for Dgraph's ristretto (https://github.com/dgraph-io/ristretto). A high performance memory-bound Rust cache.

    Rustcachecachingconcurrent
    View on GitHub↗432
  • aisk/rust-memcacheaisk avatar

    aisk/rust-memcache

    148View on GitHub↗

    memcache client for rust

    Rustcacheclientdriver
    View on GitHub↗148
  • hit-box/hitboxhit-box avatar

    hit-box/hitbox

    143View on GitHub↗

    Async caching framework for Rust with Tower middleware, stale-while-revalidate, dogpile prevention, and pluggable backends (Moka, Redis, FeOxDB)

    Rustasyncaxumcache
    View on GitHub↗143
Compare all 30 related projects→

Frequently asked questions

What does salsa-rs/salsa do?

A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.

What are the main features of salsa-rs/salsa?

The main features of salsa-rs/salsa are: Caching and Memoization, Databases & Data.

Which projects share features with salsa-rs/salsa?

Projects with overlapping indexed features include: 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.