Perlin noise benchmark speed

David Nadlinger via Digitalmars-d digitalmars-d at puremagic.com
Fri Jun 20 07:30:34 PDT 2014


On Friday, 20 June 2014 at 13:20:16 UTC, Robert Schadek via 
Digitalmars-d wrote:
> I added some final pure @safe stuff

Thanks. As a general comment, I'd be careful with suggesting the 
use of pure/@safe/… for performance improvements in 
microbenchmarks. While it is certainly good D style to use them 
wherever possible, it might lead people less familiar with D to 
believe that fast D code needs a lot of annotations.

David


More information about the Digitalmars-d mailing list