Hacker News
- Rust-Cache https://crates.io/crates/priority-expiry-cache/0.2.1 23 comments
- Thread safe LRU cache in Rust https://crates.io/crates/threadsafe-lru 2 comments
- Cache AnyThing filesystem written in Rust https://github.com/kahing/catfs 3 comments
- Show HN: Catfs – Cache AnyThing Filesystem Written in Rust https://github.com/kahing/catfs 7 comments
- Sccache, Mozilla’s distributed compiler cache, now written in Rust https://blog.mozilla.org/ted/2016/11/21/sccache-mozillas-distributed-compiler-cache-now-written-in-rust/ 61 comments
- Hybrid in-memory and disk cache in Rust https://github.com/foyer-rs/foyer 2 comments
- Freqfs: In-memory filesystem cache for Rust https://docs.rs/freqfs/0.4.3/freqfs/ 76 comments
Lobsters
- Caches In Rust https://matklad.github.io/2022/06/11/caches-in-rust.html 8 comments rust
- Sccache for caching Rust compilation https://users.rust-lang.org/t/sccache-for-caching-rust-compilation/10960 13 comments release , rust
- cache_warmer - tool to warm-up HTTP caches, written in Rust https://chr4.org/blog/2017/12/18/cache-warmer-tool-to-warm-up-http-caches/ 3 comments rust , web
- Blog Post: Caches In Rust https://matklad.github.io/2022/06/11/caches-in-rust.html 13 comments rust
- Beware the rust cache on Travis (or why you should use it with care) https://levans.fr/rust_travis_cache.html 18 comments rust
- Caching in Rust Iron? https://www.reddit.com/r/rust/comments/4hl3nd/caching_in_rust_iron/ 11 comments rust
- Cargo cache cleaning | Rust Blog https://blog.rust-lang.org/2023/12/11/cargo-cache-cleaning.html 38 comments rust
- Rust 2020: are we compile yet? are we cache yet? are we doc yet? https://crates.io 61 comments rust
- Catfs 0.1 - Cache AnyThing filesystem written in Rust https://github.com/kahing/catfs 3 comments rust
- I built a Pokédex using Rust, WebAssembly, and LRU Caches - Here's what I learned https://kostyafarber.com/blog/lru-cache 2 comments rust
- More than 10x faster Rust + Cargo builds with Firebuild cache https://balintreczey.hu/blog/improve-build-time-of-rust-java-and-intel-fortran-projects-with-firebuilds-new-release/ 15 comments rust
- Cuneiform: Cache optimization for Rust, revived from the slabs of Sumer. https://github.com/vertexclique/cuneiform 12 comments rust
- Rust Cologne, March 2018: Florian Zeitz - Caches and You https://www.youtube.com/watch?v=GQBI-TcOTOk 3 comments rust
- Using nix (nixos) as a build system for Rust, and caching binary crates. https://nest.pijul.com/pmeunier/nix-rust 29 comments rust
- sccache, Mozilla’s distributed compiler cache, now written in Rust https://blog.mozilla.org/ted/2016/11/21/sccache-mozillas-distributed-compiler-cache-now-written-in-rust/ 9 comments rust
- Retainer: A minimal async cache in Rust with support for key expiration https://github.com/whitfin/retainer 5 comments rust
- Default Travis CI settings for Rust projects cache `target/debug`, resulting in slow builds https://gist.github.com/jkcclemens/000456ca646bd502cac0dbddcb8fa307 4 comments rust
- YTerMusic 0.0.6 - A full rust Youtube music TUI with local music caching for offline use. https://github.com/ccgauche/ytermusic 32 comments rust
- Hybrid in-memory and disk cache in Rust! https://github.com/foyer-rs/foyer 2 comments rust
- A generational-arena-based LRU Cache implementation in 100% safe rust. https://github.com/arindas/lrucache 15 comments rust
- Implementing a size-bounded LRU cache with expiring entries for my DNS server (in Rust) https://memo.barrucadu.co.uk/dns-cache.html 2 comments rust
- Contract opportunity @ Mozilla: Distributed compilation cache written in Rust https://users.rust-lang.org/t/contract-opportunity-mozilla-distributed-compilation-cache-written-in-rust/13898 9 comments rust
- Why are we building a Real-Time Data Cache that Powers Blazing Fast APIs in Rust https://getdozer.io/blog/2023/02/02/dozer-story/ 10 comments rust
- Introducing NativeLink -- the 'blazingly fast' Rust-built open-source remote execution server & build cache powering 1B+ monthly requests (team of ex-Google/Apple/Tesla) https://github.com/TraceMachina/nativelink 14 comments programming
- Introducing Nativelink -- the 'blazingly fast' Rust-built open-source remote execution server & build cache powering 1B+ monthly requests (team of ex-Google/Apple/Tesla) https://github.com/TraceMachina/nativelink 2 comments opensource
- Introducing Nativelink -- the 'blazingly fast' Rust-built open-source remote execution server & build cache powering 1B+ monthly devices (Join us for AMA!) None 4 comments scala
- Hey r/Rust! Join ex-Google/Apple/Tesla engineers on Thu, Jul 18 @ 11 PT for an AMA about NativeLink - our 'blazingly' fast, Rust-built open-source build cache powering 1B+ monthly requests! [Ask questions ahead of time in this thread] https://github.com/TraceMachina/nativelink 12 comments rust
- Rust is going to have a pre-compiled cache for all packages, is there something similar (in planning) for haskell? https://www.reddit.com/r/rust/comments/5hav0q/towards_a_worldwide_precompiled_crate_cache_for/ 33 comments haskell