fun project - improving calcHash
deadalnix
deadalnix at gmail.com
Mon Jun 24 08:29:54 PDT 2013
On Monday, 24 June 2013 at 14:36:03 UTC, bearophile wrote:
> qznc:
>
>> To make dmd 1% faster, calcHash must be reduced to 69% run
>> time. Does not look possible.
>
> I think the main problem to solve is to reduce the amount of
> memory used during the compilation.
>
Yes, my profiling show that were I spend the most time is
swapping. This have the effect of making every single part of DMD
slower, and have potential for a 10x speedup (easy !).
More information about the Digitalmars-d
mailing list