On Sun, 13 Apr 2008 02:53:25 +0300, Juha Nieminen
>> http://pastebin.com/f6bfa4d78 (C++ version)
>
> In a Sun-Fire-V240 computer I was able to bring down the execution
>time of that program from 24630 ms to 3990 ms by using my own (portable)
>memory allocator. The maximum memory usage was something like 55 MB.
I downloaded Boehm Collector
added...
#include
what else do I need to do? Can you post the version that would use
Boehm Collector and command line to compile and link it.