freesig / cash_float

Wrapper around bigdecimal for safe conversions to f64
0 stars 0 forks source link

swapping to #1

Open freesig opened 6 years ago

freesig commented 6 years ago

Look into swapping to this library to avoid dynamic allocations

freesig commented 6 years ago

Big decimal is ~1,000,000 ns iter

freesig commented 6 years ago

Decimal is 1,242,752 ns This is actually slower but it could be due to miss use.