Closed tzaeschke closed 2 years ago
See #68. Added flag to relocate() and relocate_if() for short cutting checks in case of identical keys. This can bring immense performance improvements when used with a ConverterMultiply that rounds coordinates, e.g. ConverterMtultiply<2, 1, 100>.
relocate()
relocate_if()
ConverterMtultiply<2, 1, 100>
See #68. Added flag to
relocate()
andrelocate_if()
for short cutting checks in case of identical keys. This can bring immense performance improvements when used with a ConverterMultiply that rounds coordinates, e.g.ConverterMtultiply<2, 1, 100>
.