(no title)
rockwotj | 29 days ago
tbh for silly benchmarks like this it will ultimately be hard to beat a language that compiles to machine code, due to jit warmup etc.
It’s hard to due benchmarks right, for example are you testing IO performance? are OS caches flushed between language runs? What kind of disk is used etc? Performance does not exist in a vacuum of just the language or algorithm.
pron|29 days ago
I think this harness actually uses JMH, which measures after warmup.
clawsyndicate|28 days ago
[deleted]