|
|
|
|
|
by MaxBarraclough
2434 days ago
|
|
Surely tight loops in performance-sensitive code, are precisely where you'd consider disabling runtime checks, no? You can still have them enabled for debugging, at least. (Something not generally possible in C/C++, sadly.) |
|
Also depends how much it affects performance. It it doubles it, ok I'll accept the risk. 10% faster? No thanks I'd rather play it safe.