Context:
Google Map with 1 million markers (object with a lat/long) to display. We use Fluster 2 for clustering.
For zoom level 11 to 21 (assuming there are 21 zoom levels and 21 is the closest to the ground) the computation time for clustering markers (create cluster markers) is fine.
Issue I encounter:
Agglomeration clustering is being slow down after zoom 11 (when the user zooms out from the ground). Given the number of markers, around 1,000,000, I need either a fast computation method or a turnaround.
Btw, I am not interested in commercial solutions.