openvdb
openvdb copied to clipboard
Added an example of the impl change for Leaf ValueIters
As discussed, here's an example of a possible change to the Leaf ValueIterators. This change does not account for const iterators or bool/mask iterators, but adding those would be easy with more specialisations. This PR simply demonstrates the impl and the performance side effects:
Before: 1927.69ms After : 805.167ms