23,328 Rules

Maxxus@sh.itjust.works to 196@lemmy.blahaj.zone – 690 points –
33

You are viewing a single comment

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.