Compiling in std.regex affecting performance

Andrej Mitrovic andrej.mitrovich at gmail.com
Sat Jan 7 09:34:57 PST 2012


On 1/7/12, Trass3r <un at known.com> wrote:
> So much for Optlink being the fastest linker cause it's all
> written in shiny assembler ^^

Well I wasn't timing linking, I was timing the app itself. Optlink
does actually seem a tiny little bit faster than unilink (we're
talking a few milliseconds here), however unilink does a much better
job and the resulting exe is smaller and seems to have better
performance. Also unilink won't bail out when you have too many
symbols (probably because it strips the unused symbols away).

It's a shame they're both closed-source though.


More information about the Digitalmars-d mailing list