https://github.com/live627/celullar-automata-benchmarks
Fast proceedural cave generation using celullar automata
https://github.com/live627/celullar-automata-benchmarks
Last synced: 3 months ago
JSON representation
Fast proceedural cave generation using celullar automata
- Host: GitHub
- URL: https://github.com/live627/celullar-automata-benchmarks
- Owner: live627
- License: mit
- Created: 2018-08-07T23:22:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-07T23:44:45.000Z (almost 7 years ago)
- Last Synced: 2025-01-22T11:28:50.962Z (5 months ago)
- Language: C++
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# celullar-automata
Fast proceedural cave generation using celullar automata### Benchmarks
First rule of programming is to benchmark everything, right?1d smart pointer
00 67.000000
01 141.000000
02 77.000000
03 39.000000
04 84.000000
05 52.000000
06 42.000000
07 45.000000
08 65.000000
09 35.000000
10 85.000000
11 78.000000
12 54.000000
13 82.000000
14 60.000000
15 110.000000
16 62.000000
17 62.000000
18 54.000000
19 43.000000
20 41.0000001d vector
00 339.000000
01 315.000000
02 322.000000
03 325.000000
04 333.000000
05 333.000000
06 313.000000
07 340.000000
08 321.000000
09 329.000000
10 326.000000
11 319.000000
12 345.000000
13 317.000000
14 327.000000
15 331.000000
16 314.000000
17 329.000000
18 342.000000
19 343.000000
20 334.0000002d vector
00 492.000000
01 509.000000
02 473.000000
03 478.000000
04 504.000000
05 494.000000
06 491.000000
07 534.000000
08 479.000000
09 491.000000
10 473.000000
11 473.000000
12 490.000000
13 480.000000
14 468.000000
15 478.000000
16 487.000000
17 477.000000
18 478.000000
19 476.000000
20 486.000000original from https://github.com/RhiannonMichelmore/cpp-cave-gen
00 5766.000000
01 6076.000000
02 5983.000000
03 6314.000000
04 8363.000000
05 6510.000000
06 6087.000000
07 6294.000000
08 5837.000000
09 5582.000000
10 5553.000000
11 5651.000000
12 5576.000000
13 5831.000000
14 5910.000000
15 5794.000000
16 5636.000000
17 5915.000000
18 5971.000000
19 5856.000000
20 5856.000000