Fast multidimensional Arrays
    David Nadlinger via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Mon Aug 29 07:15:02 PDT 2016
    
    
  
On Monday, 29 August 2016 at 10:20:56 UTC, rikki cattermole wrote:
> By the looks you're not running the tests more then once.
> Druntime initialization could be effecting this.
>
> Please execute each test (without memory allocation) 10000 
> times atleast and then report back what they are.
D program startup is on the order of milliseconds, so the 
difference is negligible for a benchmark that runs for more than 
a second vs. 200 ms.
  — David
    
    
More information about the Digitalmars-d-learn
mailing list