3dgeo-heidelberg / py4dgeo

py4dgeo - A Python library for change analysis in 4D point clouds
https://py4dgeo.readthedocs.io
MIT License
65 stars 8 forks source link

nanoflann v1.5.0 was released #256

Closed dokempf closed 1 year ago

dokempf commented 1 year ago

Release notes: https://github.com/jlblancoc/nanoflann/releases/tag/v1.5.0

Most notably, they now implement concurrent tree building which would be a HUGE improvement for us, but it is unclear whether we get it integrated with our current parallelization concepts.

Not currently planning on working on this, but leaving it as a note.

dokempf commented 1 year ago

Duplicate of #92