Skip to content
caseymcc edited this page Jun 11, 2019 · 2 revisions

Timings below timings are to generate 100x 64x64x64 (~26.2M) points of noise on a single thread.

  • CPU: Intel Core i7-5820K @ 3.3Ghz
  • Compiler: Visual Studio 2017 x64

HastyNoise

Noise Type AVX512 AVX2 SSE4.1 SSE2 None
White Noise 9ms 18ms 21ms 48ms
Value 114ms 243ms 282ms 2071ms
Perlin 193ms 416ms 534ms 2816ms
Simplex 198ms 372ms 474ms 2769ms
Cellular 915ms 2095ms 2218ms 16388ms
Cubic 668ms 1370ms 2336ms 5698ms
Clone this wiki locally