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 :).
