nowfound

Alternatives

Products that do what An incremental build cache for Rust on GHA does

Hi HN, I'm Kyle, the creator of Clipper, a container registry with 7x faster builds via lazy pulls and cache mount exports. In the process of implementing cache mount exports I ended up with a FUSE mounted filesystem backed by a remote content defined store. I went looking for fun things to do with it and found that there's not really a good way to keep Rust incremental build state around on ephemeral runners, so here we are. Rust generally uses https://github.com/mozilla/sccache for caching, but sccache disables itself when incremental compilation is enabled…

  1. 1BF
  2. 2

    From static sites to real-time builds

    2020

  3. 3AT
  4. 4FA
  5. 5RA
  6. 6SI

    Have a look at my semantic caching project! It's built to easily integrate in existing LLM workflows, you can use it as a proxy where the cache forwards missed requests without modification to a specified upstream, automatically updating it's cache with the response. You can also use it as a cache-aside cache with a provided python library. It works by computing embedding vectors of input queries, and matches them to seen query + response pairs using a vector store. Everything is in-memory, so it should be blazing fast :)

    2025 · github.com

  7. 7CC
  8. 8SA

    Last night, while trying to figure out the best way to implement caching in my app, I had an idea for a dirt-simple caching system based on a dependency graph. The premise I started with is that one of the hardest things to manage in a cache is dependencies between entities. In order to cache items effectively, you inevitably have to duplicate "child" data inside of "parent" entries. Then, when a child is changed, you have to invalidate the child and its parents, and its parents' parents, and so on. To try to help this, I hacked together a simple Node.js library called Stash, which models…

    2012

  9. 9CC

    2019 · cache-control.sdgluck.now.sh

  10. 10AT
  11. 11TM

    New Graphul version v0.5.0 Enjoy building webservices with Rust :)

    2023 · graphul-rs.github.io

  12. 12ZO
  13. 13T5
  14. 14IC
  15. 15DN
  16. 16CA
  17. 17FC
  18. 18EA
  19. 19AC

    Hey everyone! I've been working on something called Afterburner: a fast, embeddable JS/TS runtime written in Rust, with a capability sandbox baked right in. Scripts run locked down by default: no network, no filesystem, no environment variables. You explicitly grant whatever access a script actually needs, and every call gets hard caps on CPU, memory, and time. The goal isn't to replace your existing stack. It's to fit cleanly into it: Embed a JS/TS engine in your Rust app with a single crate. Run user scripts, plugins, business rules, or edge logic, each call fully sandboxed. Wrap…

    Jun 2026 · github.com

  20. 20CC

    I built cpx, a modern take on cp that adds progress bars, resumable copies, and parallel file copying. It’s written in Rust and aims to make copying large directories less opaque and faster while staying simple to use. Repo: https://github.com/11happy/cpx Would love feedback.

    Mar 2026 · github.com

  21. 21AR
  22. 22CA
  23. 23SS

    Hi HN! I've been building a project that handles high-value credentials in-process, and I wanted something more robust than just zeroing memory on drop. A comment on a recent Show HN[0] made me realize that awareness of lower-level memory protection techniques might not be as widespread as I thought. The idea here is to pull out all the tools in one crate, with a relatively simple API. * mlock/VirtualLock to prevent sensitive memory from being swapped (eg the KeePass dump) * Core dump exclusion using MADV_DONTDUMP on Linux & Android * mprotect to minimize exposure over time * Guard…

    Mar 2026 · github.com

  24. 24AF

    fasthex - a very optimized hex dumper with all the features other hex dumpers have too

    Jun 2026 · github.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →