Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Auburn authored Mar 17, 2017
1 parent 5355897 commit cb0586e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@ Download links can be found in the [Releases Section](https://github.com/Auburns
# Performance Comparisons
Using default noise settings on FastNoise and matching those settings across the other libraries where possible.

Timings below are x1000 ns to generate 32x32x32 points of noise.
Timings below are x1000 ns to generate 32x32x32 points of noise on a single thread.

- CPU: Intel Xeon Skylake @ 2.0Ghz
- Compiler: Intel 17.0 x64

| Noise Type | FastNoise | FastNoiseSIMD - AVX2 | LibNoise | FastNoise 2D |
|-------------|-----------|------|----------|--------------|
| White Noise | 194 | 17 | | 179 |
| Value | 935 | 197 | | 519 |
| Perlin | 1315 | 444 | 2151 | 645 |
| Simplex | 1612 | 417 | | 983 |
| Cellular | 4469 | 1870 | 98785 | 1496 |
| Cubic | 3648 | 1880 | | 1258 |
| Noise Type |FastNoise | FastNoiseSIMD AVX2 | LibNoise | FastNoise 2D |
|-------------|----------|--------------------|-----------|--------------|
| White Noise |141 | 13 | | 111 |
| Value |635 | 160 | | 364 |
| Perlin |964 | 342 | 1409 | 476 |
| Simplex |1189 | 340 | | 875 |
| Cellular |2933 | 1472 | 56960 | 1074 |
| Cubic |2933 | 1393 | | 872 |

Comparision of fractal performance [here](https://github.com/Auburns/FastNoiseSIMD/wiki/In-depth-SIMD-level).

Expand Down

0 comments on commit cb0586e

Please sign in to comment.