Don't profile with out optimzation.Add "-O -inline -release -boundscheck=off" to your dmd arguments.
I mean projects moved from x86 to x64, 'cast(int)length ' is better than 'size_t i=(something).length '.
Don't profile with out optimzation.Add "-O -inline -release -boundscheck=off" to your dmd arguments.
I mean projects moved from x86 to x64, 'cast(int)length ' is better than 'size_t i=(something).length '.