Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Top 12 Rust Caching Projects
-
readyset
Readyset is a MySQL and Postgres wire-compatible caching layer that sits in front of existing databases to speed up queries and horizontally scale read throughput. Under the hood, ReadySet caches the results of cached select statements and incrementally updates these results over time as the underlying data changes.
Project mention: How to Make Your Postgres Database 100x Faster and 50% Cheaper with Readyset Cloud🚀⚡💵 | dev.to | 2025-02-27I also faced similar issues and was looking for easy ways to improve performance in our application when I came across an awesome tool called Readyset. It sits between your application and database, intelligently caching complex queries while automatically handling invalidation. This setup can significantly boost performance without requiring major changes to your existing infrastructure.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
aws-secretsmanager-agent
The AWS Secrets Manager Agent is a local HTTP service that you can install and use in your compute environments to read secrets from Secrets Manager and cache them in memory.
-
stretto
Stretto is a Rust implementation for Dgraph's ristretto (https://github.com/dgraph-io/ristretto). A high performance memory-bound Rust cache. (by al8n)
-
Project mention: The fastest caching Python library written in Rust | news.ycombinator.com | 2024-06-13
-
magic-nix-cache
Save 30-50%+ of CI time without any effort or cost. Use Magic Nix Cache, a totally free and zero-configuration binary cache for Nix on GitHub Actions.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Project mention: Show HN: Whirlwind – Async concurrent hashmap for Rust | news.ycombinator.com | 2024-11-05
Looks interesting! We used quick-cache [1] for that purpose right now, might be interesting to add comparison with those types of Key-Value caching crates.
[1] https://github.com/arthurprs/quick-cache
-
-
-
reinda
Easily embed and manage assets for your web application to build standalone-executables. Offers filename hashing, templating and more.
-
Rust Caching discussion
Rust Caching related posts
-
How to Make Your Postgres Database 100x Faster and 50% Cheaper with Readyset Cloud🚀⚡💵
-
Show HN: Whirlwind – Async concurrent hashmap for Rust
-
Readyset: A MySQL and Postgres wire-compatible caching layer
-
Fine-grained caching strategies of dynamic queries
-
Tip: slow fzf --preview commands can be cached using bkt to make the preview more responsive
-
Tip: slow fzf --preview commands can be cached using bkt to make the preview more responsive
-
New release of bkt, a subprocess caching utility
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 23 Mar 2025
Index
What are some of the best open-source Caching projects in Rust? This list will help you:
# | Project | Stars |
---|---|---|
1 | readyset | 4,896 |
2 | cached | 1,719 |
3 | aws-secretsmanager-agent | 625 |
4 | stretto | 418 |
5 | cachebox | 286 |
6 | magic-nix-cache | 271 |
7 | bkt | 268 |
8 | quick-cache | 226 |
9 | rust-memcache | 141 |
10 | retainer | 52 |
11 | reinda | 33 |
12 | singleflight | 15 |