Slow performance compared to C++, ideas?

Andrej Mitrovic andrej.mitrovich at gmail.com
Sun Jun 9 17:54:02 PDT 2013


On 6/10/13, Andrei Alexandrescu <SeeWebsiteForEmail at erdani.org> wrote:
> Philippe sent this to me via email
>> The relevant graph algorithms are there:
>>
>> https://github.com/PhilippeSigaud/dranges/blob/master/graphalgorithm.d

This is very, very hacky. It fails as soon as you have a comment line
inbetween your imports.

Anyway it works if you're very careful where you put the running
script. It took just a few small fixes, clone this repo:

https://github.com/AndrejMitrovic/dranges

The FixGraph branch should be checked out. Then copy the "test.d" file
one directory UP, and run "rdmd test.d"


More information about the Digitalmars-d mailing list