HowardHinnant.github.io
HowardHinnant.github.io copied to clipboard
Found your algorithms days_from_civil and civil_from_days (http://howardhinnant.github.io/date_algorithms.html). l saw their use in the hffix (https://github.com/jamesdbrock/hffix) and Microsoft STL (https://github.com/microsoft/STL) libraries. Based on the description on the site, it seems that...
A union is a kind of class, so there should be a line from union to class in TypeHierarchy.pdf. (Otherwise this is an excellent and incredibly useful resource! Would you...
[This article](http://stackoverflow.com/questions/3220163/how-to-find-leap-year-programatically-in-c#11595914) explains the 100 and 400 modulo checks can be factored down to 25 and 16. [The Date algorithms](http://howardhinnant.github.io/date_algorithms.html#is_leap) page should contain this optimization.
Hi Howard, thanks for the great implementation of `short_alloc`. I tried to use it for `std::list` or `std::set,` and am running into an issue where the behavior of underline container...