bound-layerable
bound-layerable copied to clipboard
Explore binary search for layerId lookup in distributions
Currently checks each packed distribution in-order, meaning it will perform 32 checks in the worst case.
Binary search, starting at index 15 (end of first packed distribution array) would performs ~6? checks in worst case