Hacker News new | ask | show | jobs
by UtherII 3533 days ago
The most obvious case is bound checking. If you have a code with direct array indexing you have to use unsafe code or loose a little bit of performance.