'Why I'm Ditching CoffeeScript': http://t.co/uvhisjNrA5 Interesting discussion of array length caching gotchas in CS.
miniblog.
Related Posts
It seems really odd to me that git uses 'cached' terminology for staging. For example, `git add somefile.rs; git diff --cached`.
Caching implies state that you don't mind losing. There's very little state I want to lose in version control!
Superb deep dive on rust compile optimisation with CI caching, examining usage of monomorphisation, and graphing the build tree: https://matklad.github.io/2021/09/04/fast-rust-builds.html
Really interesting filesystem, which even uses machine learning to predict access patterns to help caching!