Skip to content

BisectSearch utility

Compare
Choose a tag to compare
@draperunner draperunner released this 06 Oct 13:56
· 53 commits to main since this release
460b8f2

BisectSearch utility: #25

Adds a util for performing bisection search (or binary searches) on ordered sets of arbitrary objects. The objects can be generated as needed based on an ordered index (where it "would" appear in an ordered set of the objects), and as such does not need to be existing instances in memory in order to be searched.