On 13/05/2015 4:20 a.m., Gerald Jansen wrote:
At the risk of great embarassment ... here's my program:

http://dekoppel.eu/tmp/pedupg.d

As per Rick's first suggestion (thanks) I added
import core.memory : GC;
main()
     GC.disable;
     GC.reserve(1024 * 1024 * 1024);

... to no avail.

thanks for all the help so far.
Gerald

ps. I am using GDC 4.9.2 and don't have DMD on that server

Well atleast we now know that it isn't caused by memory allocation/deallocation!

Would it be possible to give us some example data?
I might give it a go to try rewriting it tomorrow.

Reply via email to