How to initialize an immutable array

Sparsh Mittal sparsh0mittal at gmail.com
Fri Mar 1 13:11:51 PST 2013


I realized that  access to "temp" causes bottleneck. On defining 
it inside for loop, it become local and then there is speedup. 
Defining it outside makes it shared, which slows the program.



More information about the Digitalmars-d-learn mailing list