▲ | mrkeen 10 hours ago | ||||||||||||||||||||||||||||||||||||||||||||||
Perhaps it's unrealistic in the sense that this is unrealistically-optimisable code. Real-world code has closures, allocations, and pointer-dererencing. This code is just iterations, additions and modulus. | |||||||||||||||||||||||||||||||||||||||||||||||
▲ | behnamoh 10 hours ago | parent [-] | ||||||||||||||||||||||||||||||||||||||||||||||
> This code is just iterations... Which is what the average programmer out there writes. Therefore, I think this is actually a good realistic benchmark. | |||||||||||||||||||||||||||||||||||||||||||||||
|