sholloway / cells

A Javascript module for simulating Conway's Game of Life in a browser."
https://samuelholloway.com/cells
MIT License
1 stars 0 forks source link

feature/MortonBasedCellStore #65

Closed sholloway closed 4 years ago

sholloway commented 4 years ago

Replaced the quadtree with a hash table using a Z-Curve Morton (Z-Code) code as the key. This change simplifies the overall design and outperforms the pointer quadtree enabling 24 FPS for large monitors of 5x5 cells.