← Back to NxtKnit Catalog
🔥 Score 47.5
general • Confidence 38%

CacheBolt: Ninja Build Cache

Developers need a faster build process without the complexity of full‑blown Bazel setups; CacheBolt delivers a lightweight, on‑disk cache that uses content‑based addressing to speed up Ninja builds, eliminating the need for RBE protos or remote execution.

Quantitative Score Breakdown

complaint frequency
1.5
growth rate
9
competition density
10.5
monetization potential
14.25
technical feasibility
7.5
search interest
4.8

Evidence Signal (1)

Raw Posts
hn • r/hackernews

Comment on: Faster Than Ninja

Why not just embrace Content Based Addressing and the Bazel action cache? Not necessarily adopt the RBE protos, but you could have on-disk cache that are similar or even identical.Nowadays, I think a build tool that doesn't natively support distributed caching (and possibly remote execution) is a weird choice. And I don't think that spawning layers of processes allows for good parallelization as you don't know if an action is going to be network bound or compute bound and the job slot is then spent. So you either oversubscribe or undersubscribe.