You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The demo on rustc now blows out memory (or something) due to an increased number of ranges. Need to investigate and figure out which if any of these optimizations will help:
More efficient encoding of text output (e.g. gzip)
More efficient encoding of Ranges (reduce redundancy)
The text was updated successfully, but these errors were encountered:
The demo on rustc now blows out memory (or something) due to an increased number of ranges. Need to investigate and figure out which if any of these optimizations will help:
The text was updated successfully, but these errors were encountered: