HowardHinnant.github.io icon indicating copy to clipboard operation
HowardHinnant.github.io copied to clipboard

is_leap isn't as efficient as it should be

Open Validark opened this issue 8 years ago • 0 comments

This article explains the 100 and 400 modulo checks can be factored down to 25 and 16.

The Date algorithms page should contain this optimization.

Validark avatar Apr 28 '17 16:04 Validark