706
23,328 Rules
(sh.itjust.works)
Be sure to follow the rule before you head out.
Rule: You must post before you leave.
I always knew tomatoes were unoptimized
Someone compiled tomatoes without -O3
Go with -Os to optimise for codesize
Often faster anyways as the CPU is eating through instructions faster than the RAM can keep up with. May or may not require compiling as
x86-64-v2
, depending on code. In general, never trust performance you didn't benchmark.