Hacker News new | ask | show | jobs
by a_t48 355 days ago
Unless both loops get unrolled it's ever so slightly slower due to having to check for the end value twice. Plus potentially a cache hit at the start of the second loop.