by swills on 2/9/23, 10:55 PM with 5 comments
by dxf on 2/11/23, 10:46 PM
Initial commit, https://reviews.llvm.org/D131023
by thangalin on 2/11/23, 10:44 PM
For KeenType[1], a fork of the New Typesetting System (and more complete plain TeX implementation than JMathTeX), I added an SVG generator that converts floating point numbers to strings using a StackOverflow answer[2], not the Ryu algorithm[3]. Better performance, simpler algorithm.
Knuth's advice holds: measure then optimize.
[0]: https://github.com/jfree/jfreesvg/pull/30
[1]: https://github.com/DaveJarvis/KeenType
[2]: https://stackoverflow.com/a/10554128/59087
[3]: https://github.com/DaveJarvis/KeenType/blob/fef005579021f394...
by mattmerr on 2/11/23, 8:11 PM
For the last two graphs, is the x-axis "each run"? Maybe there's a better chart for this than a line chart, as you're really trying to show distributions, not the correlation between run # and time. (if the experiments are independent you could rearrange the order of the runs and the meaning shouldn't change)
by Lerc on 2/11/23, 10:38 PM