- Notifications
You must be signed in to change notification settings - Fork396
DO NOT MERGE: On disk cache#4963
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Sharing a negative result: This PR attempts to cache printed trees on disk rather than in memory. However, on the test suite, we save less than 30MB of residual memory on Baseline: 111MB Seems like most of the memory usage goes into /cc@sjrd |
Huh, that's bold. :P I'm not really surprised that scala-js/linker/shared/src/main/scala/org/scalajs/linker/backend/javascript/SourceMapWriter.scala Lines 69 to 77 in8dd02c7
It might be worth investigating a serialized form of |
Yeah, I'll take a stab at this. |
No description provided.