-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I wonder (before diving into the implementation) if this lib employs efficiency optimizations as e.g. mpdecimal does?
E.g. if I will specify the float to be 8192 bits wide, then use it only to store IEEE754-exact numbers (i.e. those representable without any precision loss) and being in the interval 1.0..10.0 (yes, this small), will it immediately allocate enormous amount of memory and then do the computation with all the bits or will it allocate some "minimum" and do only a fraction of all the computations?
In other words, does it support on demand allocation of memory?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels