> 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 ^^