Skip to content

Switch default node-to-range-map to HierarchicNodeToRangeMap

Carsten Gräser requested to merge feature/hierarchic-node-to-range-map into master
  • Implement HiererachicNodeToRangeMap: This simply forwards the tree path entries to the range assuming it's a nested container with compatible structure.

  • Switch default node-to-range-map to HierarchicNodeToRangeMap: This is a non-compatible interface change. If you used a range on a nontrivial (depth>1) tree, this will not work as before, because the range entries are lo nonger accessed using a flat index. (But this is very unlikely.)

As long as you only used power<...> or composite<...> in a non-nested way, the behaviour should still be the same.

Fixes #22 (closed).

Edited by Carsten Gräser

Merge request reports