Change region_iterator to use pre-order
Library of generic, k-d tree multi-dimensional containers
Brought to you by:
bouhdevel
The pre-order walking will zero-in faster on a candidate inside the region than the current in-order implementation.
As part of this task, it should be possible to look into the relevancy of the independant pre-order iteration and what it means for equal_iterator.
Anonymous
Done, pending next release.