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 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: