florian1345 / sudoverse-xamarin

A GUI application which contains functionality related to Sudoku (generating, playing, editing, ...).
MIT License
0 stars 0 forks source link

Massive performance issues in Editor #33

Open florian1345 opened 2 years ago

florian1345 commented 2 years ago

Currently, the "Check Solvability" and "Fill Randomly" buttons in the editor have a good chance of having really high runtime. This should be reduced to somewhat acceptable times. Also, for long operations that cannot be optimized, the user should have the option to abort.

Related to florian1345/sudoku-variants#87