Compiling in std.regex affecting performance

Trass3r un at known.com
Fri Jan 6 22:03:17 PST 2012


> So regex has nothing to do with it. Still, some linkers perform 
> better:
>
> $ dmd -c test.obj
> $ link test.obj
>
> Average is ~700usecs. But with ulink:
> $ ulink test.obj
>
> Average is ~380 usecs. Interesting!

So much for Optlink being the fastest linker cause it's all 
written in shiny assembler ^^


More information about the Digitalmars-d mailing list