Speeding up text file parser (BLAST tabular format)

Andrea Fontana via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Sep 14 06:05:30 PDT 2015


On Monday, 14 September 2015 at 12:30:21 UTC, Fredrik Boulund 
wrote:
> [...]

Also if problem probabily is i/o related, have you tried with:
-O -inline -release -noboundscheck
?

Anyway I think it's a good idea to test it against gdc and ldc 
that are known to generate faster executables.

Andrea





More information about the Digitalmars-d-learn mailing list