Sykel / Conway3D

Conway Game of Life 3d
0 stars 0 forks source link

Consider KD trees as optimization #6

Open Sykel opened 8 years ago

Sykel commented 8 years ago

To optimize game, implement KD trees as a data structure to move state in the game.

Please note that we'll throw this code away if it doesn't actually optimize it.

Sykel commented 8 years ago

This is just a step in the right direction. It's not easily testable.