There's currently a hard coded limit of 1000 combinations/clusters in Logic.js. This is done to prevent very large address spaces from freezing the browser.
Either:
- Improve the algo (maybe some kind of pre-calculation)
- Make calculations on demand as the user scrolls