MCPcopy Create free account

hub / github.com/jonhoo/cliff / functions

Functions22 in github.com/jonhoo/cliff

↓ 11 callersMethodoverloaded
Indicate that the system could not keep up with the previous load factor yielded by [`Iterator::next`]. This will affect what value the next call to
src/exponential.rs:43
↓ 7 callersMethodoverloaded
Indicate that the system could not keep up with the previous parameter yielded by [`Iterator::next`]. This will affect what value the next call to [`
src/binmin.rs:68
↓ 3 callersMethodoverloaded
(&mut self)
src/linear.rs:21
Methodestimate
Give the current estimate of the maximum load the system-under-test can support. This provides [`CliffSearch::estimate`] without having to `use` the
src/exponential.rs:50
Methodestimate
(&self)
src/linear.rs:25
Methodestimate
Give the current estimate of the minimum parameter load the system-under-test can support. This provides [`CliffSearch::estimate`] without having to
src/binmin.rs:75
Methodfrom
(v: I)
src/linear.rs:60
Functionimmediate
()
src/exponential.rs:173
Functionimmediate
()
src/binmin.rs:179
Functionlinear_fail
()
src/linear.rs:88
Functionlinear_nofail
()
src/linear.rs:71
Methodnew
Perform a load search starting at `start`, and ending when the maximum load has been determined to within a range of `start / 2`.
src/exponential.rs:18
Methodnext
(&mut self)
src/exponential.rs:67
Methodnext
(&mut self)
src/linear.rs:36
Methodnext
(&mut self)
src/binmin.rs:92
Functionsearch_from
()
src/exponential.rs:106
Functionsearch_from_until
()
src/exponential.rs:130
Functionsearch_from_until
()
src/binmin.rs:126
Functionthrough_trait
()
src/exponential.rs:155
Functionthrough_trait
()
src/binmin.rs:153
Methoduntil
Perform a load search starting at `start`, and ending when the maximum load has been determined to within a range of `min_width`.
src/exponential.rs:24
Methoduntil
Perform a minimum search starting at `start`, and ending when the minimum has been determined to within a range of `min_width`.
src/binmin.rs:49