Fast octree count
Created by: sebkelle1
Uses a prefix scan of the previous counts as start guess for the binary search. Reduces formal scaling from NlogN to N.
Created by: sebkelle1
Uses a prefix scan of the previous counts as start guess for the binary search. Reduces formal scaling from NlogN to N.