Changed around line 1
+ issue.scroll
+ date 1/13/2025
+
+ // 1. Issue title
+ title Make building PLDB via ScrollHub 400% faster
+
+ // 2. Additional info
+ If we keep the Scroll Files in memory, we can build in 80% less time. In my tests on my macbook went from 33s to 6s.
+
+ Steps:
+
+ 1. cleanup all the fusion code, eliminating concepts, simplifying, testing.
+
+ 2. add memory persistence in scroll/scrollhub, properly handling writes.
+
+ 3. build from memory. first build will still be slow, but then we'd get 4x faster builds.
+
+ seems to be the biggest possible win right now.