Implementing a general-purpose project cache

performance
TypeScript
Author

Carlos

Published

January 28, 2025

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.