package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Functions

NewBinarySearcher returns a Searcher implementing a binary search strategy.
NewLineSearcher returns a Searcher implementing a line search strategy with an adaptive step size.

# Interfaces

A Searcher searches to find the largest value that passes a given predicate function.

# Type aliases

A Predicate is a function that returns whether a given search value "passes" or not.