Comment by muglug

Comment by muglug 2 months ago

1 reply

"pretty" was doing too much work, but there's the twin cost of reading and parsing the file, which usually needs to be done twice (once for static reflection, and once for analysis). The reading and parsing eats up about 16% of the analysis phase, and slightly more overall — maybe 20% of the total runtime.

fastball 2 months ago

Parsing is not IO and clearly an area you can get much better performance in-program.