B
Bruce
I have a nice public domain large number class that uses STL vectors and
seems to be relatively bug free but is not the fastest thing on the planet
and I have a need for speed. Anyone know of any available that are really
optimized for speed. All I need for functionality is multiply, divide and
modulous operations.
seems to be relatively bug free but is not the fastest thing on the planet
and I have a need for speed. Anyone know of any available that are really
optimized for speed. All I need for functionality is multiply, divide and
modulous operations.