Implementing a general-purpose project cache
performance
TypeScript
I’ve implemented a disk cache and started using it on some of our slow, stable computations (such as the analysis of SCSS files).
This work is on the feature/project-cache branch.