cartographer-project / point_cloud_viewer

View billions of points in your browser.
Apache License 2.0
339 stars 98 forks source link

Speed up attribute queries. #377

Closed feuerste closed 5 years ago

feuerste commented 5 years ago

This fixes a regression introduced with #367, where the meta data of point clouds was queried for each node. This speeds up queries by about 10x - 20x again.

feuerste commented 5 years ago

Thanks for your review