Performance
lingwitt at bellsouth.net
lingwitt at bellsouth.net
Sat Jan 24 17:10:51 CET 2004
More specifically, the time is spent doing memory management with
free() and malloc().
On 24 Jan 2004, at 5:06 PM, lingwitt at bellsouth.net wrote:
> Before the C++ implementation was mature, I threw together my own
> version in which I simply wrapped the C code in C++ code. The bulk of
> the time that my programs spend is in calling constructors and
> destructors, and I believe that it is really slowing down my program.
> Is this a problem with my implementation and would it be best if I
> used the official implementation? Excuse me if my question seems dull,
> but I don't fully understand the details. Thanks
More information about the gmp-discuss
mailing list