An open API service indexing awesome lists of open source software.

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

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.000000

1d 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.000000

2d 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.000000

original 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