3d_celluar_automata icon indicating copy to clipboard operation
3d_celluar_automata copied to clipboard

Multithread V2

Open dstaatz opened this issue 3 years ago • 1 comments

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

dstaatz avatar Mar 19 '22 00:03 dstaatz

Nice

HyperCodec avatar Jun 26 '23 00:06 HyperCodec