Thoughts about D
    Adam D. Ruppe 
    destructionator at gmail.com
       
    Tue Nov 28 05:18:42 UTC 2017
    
    
  
On Tuesday, 28 November 2017 at 04:52:52 UTC, bauss wrote:
> You're not measuring what you think for the Java program. Did 
> you calculate the runtime and JIT initialization time and 
> subtracted that from the actual execution time? Otherwise your 
> benchmark isn't sufficient.
For small programs, startup time is fair to consider since the 
end user still has to deal with that too.
But for larger programs, I suspect it would disappear too.
    
    
More information about the Digitalmars-d
mailing list