nus-vv-streams / vvtk

A toolkit for volumetric video research
MIT License
9 stars 8 forks source link

Add parallelism to`downsample` #44

Closed ngchisern closed 10 months ago

ngchisern commented 11 months ago

This PR introduces parallelism to the octree::octree_downsample function using Rayon.

This enhancement results in a speedup of up to 2x when using 8 threads on MacOS.

The previous test cases are rerun as regression testing.