On 04/20/2013 12:31 AM, Isaac Dupree wrote:
> data_structures/compile_time_bignum.hpp
>
> Converting units.hpp to use it for dim::ratio makes the files that
> depend on units.hpp, collectively, compile 12% slower,
Turns out I was wrong: most of that change was from changing the testing
code to be more verbose. Looking into changing the testing code to
compile faster instead of slower... :)
-Isaac