package
19.1.0-beta.20190304+incompatible
Repository: https://github.com/darinpp/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 funcation that returns whether a given search value "passes" or not.