3d_celluar_automata
3d_celluar_automata copied to clipboard
Multithread V2
I tried playing around with the code to see if I could get multi-threading to work better. I ended up using atomics for calculating neighbors for each cell.
The code as it is now is definitely not polished, but I think it is faster than the original multi-threading implementation (with very limited testing).
Nice