> Unoptimised code says a lot, it's an indication of what we can expect of real world apps that will be mostly or entirely unoptimised.
Maybe but not in this kind of performance-sensitive application that spends most of its time in a tight inner loop. Then it really comes down to how optimised that inner loop is.
Maybe but not in this kind of performance-sensitive application that spends most of its time in a tight inner loop. Then it really comes down to how optimised that inner loop is.