Optimizations and performance

Daniel Kozak via Digitalmars-d digitalmars-d at puremagic.com
Wed Jun 8 22:26:52 PDT 2016


Dne 9.6.2016 v 02:25 Seb via Digitalmars-d napsal(a):
> While I appreciate that someone puts the time and effort in such 
> benchmarks, what do they really say?
> In the brainfuck example the most expensive function call is the hash 
> function, which is not needed at all!

It is more about AA performance. I was able to write my own AA 
implementation which beats nim. Hash function was only one part of 
problem :).


More information about the Digitalmars-d mailing list