Skip to content

Cellular Automata (Parallelization)

Christian Hahm edited this page Sep 28, 2023 · 2 revisions

Despite the number of voxels, the simulation is able to run so fast because the algorithms utilize parallelization.

No matter how many voxels are selected, the algorithm takes the same amount of time to run (this is called O(1) time complexity)

Clone this wiki locally