v0.7.4
The KdTree components that handled box utilization and mapping of raw pointers have been refactored, resulting in various performance improvements.
Changes:
- Performance for KdTrees having a dynamic spatial dimension improved:
- Builds are about 10% faster.
- Range queries (using SearchBox) are now more than 10 times faster.
- The build and query algorithms of the Python KdTree have become a bit faster.
- Fixed a bug for KdTrees with a dynamic spatial dimension that would incorrectly Load and Save its contents.