cppalliance / decimal

A C++14 implementation of IEEE 754 decimal floating point numbers
https://cppalliance.org/decimal/decimal.html
Boost Software License 1.0
21 stars 2 forks source link

For fast types normalize value in constructor #617

Closed mborland closed 3 months ago

mborland commented 4 months ago

This removes the need to ever normalize again since it's an expensive operation. I think if speed is the biggest concern cohorts are of little more than academic interest.