Supertiler starts to take a long time to run as maxZoom gets higher and higher. With most data sets, that just represents a lot of time asking Supercluster for tiles and finding out they're empty. This could be made much faster just by short-circuiting descent whenever we reach an empty tile (or even a tile without any clusters).
Supertiler starts to take a long time to run as
maxZoomgets higher and higher. With most data sets, that just represents a lot of time asking Supercluster for tiles and finding out they're empty. This could be made much faster just by short-circuiting descent whenever we reach an empty tile (or even a tile without any clusters).