Skip to content

Performance & memory optimized? #1

@dumblob

Description

@dumblob

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions