zenangst / Blueprints

:cyclone: Blueprints - A framework that is meant to make your life easier when working with collection view flow layouts.
Other
991 stars 56 forks source link

Optimize binary search algorithm #124

Closed zenangst closed 5 years ago

zenangst commented 5 years ago

This PR refactors the binary search algorithm to get rid of the padding property that shouldn't be necessary in the first place.