cartographer-project / point_cloud_viewer

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

Disable threading for point cloud client inside X-ray creation. #412

Closed feuerste closed 4 years ago

feuerste commented 4 years ago

This just led to an unnecessary high amount of threads created. We now just do threading outside, so outer (X-ray) and inner (point cloud client) threads don't fight for computation time...

feuerste commented 4 years ago

Thanks for your review!