cartographer-project / point_cloud_viewer

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

Replace scoped-pool with rayon. #411

Closed feuerste closed 4 years ago

feuerste commented 4 years ago

This will hopefully also fix errors caused by https://github.com/reem/rust-scoped-pool/issues/4 which we run into when using lots of threads.

feuerste commented 4 years ago

Thanks for your review!