Replies: 1 comment 2 replies
-
Which of the examples are you referring to? I actually tested the Custom Marker Clustering with over 200k points, without significant problems (besides the raw dataset being too big for an example on our site). But at that point I would usually implement the clustering in a worker, which would further complicate the example. The other variant where all markers are rendered in React first is quite a bit slower and very sensitive to re-rendering problems. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I tried to implement the same exemple of clusterer as you provide but with 10k data, but it's very slow and freeze sometimes. Did you try your exemple with that amount of data ?
I used to make it work some vanilla JS and refs but I wanted to update this to use this library but for now I can't as the performance seems slower than using without lib.
Beta Was this translation helpful? Give feedback.
All reactions