Andrei Alexandrescu:

http://www.reddit.com/r/programming/comments/1j1i30/increasing_the_d_compiler_speed_by_over_75/

Where is the 75% value coming from?

Regarding the hashing, maybe a different hashing scheme, like Python dicts hashing could be better.

Regarding Don's problems with memory used by dmd, is it a good idea to add a compilation switch like "-cgc" that switches on a garbage collector for the compiler (disabled on default)?

Bye,
bearophile

Reply via email to