Mark Knichel
Results
2
issues of
Mark Knichel
**What kind of change does this PR introduce?** This pull request adds a layer of caching for strings that could be duplicated in modules across multiple layers. This change was...
PR: unreviewed
This PR adds two options to reduce memory used by `RawSource`: disable dual caching of string and buffer content and intern strings across source objects. These issues were observed while...