Skip to content

Optimize tree apply

Libor Peltan requested to merge optimize_tree_apply into master

Optimize zone tree apply and iteration by avoiding fix_get().

This can be avioded, because all bi-nodes are added to the tree as their first nodes.

Merge request reports