Last night as I wandered around some sites on Java optimization, I came across an example of loop optimization that felt so wrong, yet unfortunately does work!The reasoning goes as follows: both C# and Java perform array bounds checking, whether you like
Read More