Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clustering is slow in 2D #5145

Open
pjcozzi opened this issue Mar 24, 2017 · 1 comment
Open

Clustering is slow in 2D #5145

pjcozzi opened this issue Mar 24, 2017 · 1 comment

Comments

@pjcozzi
Copy link
Contributor

pjcozzi commented Mar 24, 2017

Run http://cesium-dev.s3-website-us-east-1.amazonaws.com/cesium/master/Apps/Sandcastle/index.html?src=Clustering.html&label=Showcases

In 3D, it is 54-60 fps (which is not great). Switch to 2D, it is 11 fps. Perhaps this is burning CPU doing per-label Cartesian/cartographic conversions?

image

@thw0rted
Copy link
Contributor

thw0rted commented Jan 7, 2019

Just as a data point, I tried this today and my numbers were 40fps in 3D, 20fps in 2D.

Is there anything that can be moved from CPU to GPU to take some of the load off?

ETA: maybe this would be a non-issue if #5096 got sorted out?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants