zkwip / CMDSweep

Command-line interpretation of the classic Minesweeper
MIT License
0 stars 0 forks source link

Framerate issues on large boards #20

Closed zkwip closed 2 years ago

zkwip commented 2 years ago

probably caused by expensive iteration over all tiles to check for changes

zkwip commented 2 years ago

Can this be simplified by only looking for changes inside the current viewport?

zkwip commented 2 years ago

Yes it can