Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jonhoo/cliff
/ functions
Functions
22 in github.com/jonhoo/cliff
⨍
Functions
22
◇
Types & classes
4
↓ 11 callers
Method
overloaded
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 callers
Method
overloaded
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 callers
Method
overloaded
(&mut self)
src/linear.rs:21
Method
estimate
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
Method
estimate
(&self)
src/linear.rs:25
Method
estimate
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
Method
from
(v: I)
src/linear.rs:60
Function
immediate
()
src/exponential.rs:173
Function
immediate
()
src/binmin.rs:179
Function
linear_fail
()
src/linear.rs:88
Function
linear_nofail
()
src/linear.rs:71
Method
new
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
Method
next
(&mut self)
src/exponential.rs:67
Method
next
(&mut self)
src/linear.rs:36
Method
next
(&mut self)
src/binmin.rs:92
Function
search_from
()
src/exponential.rs:106
Function
search_from_until
()
src/exponential.rs:130
Function
search_from_until
()
src/binmin.rs:126
Function
through_trait
()
src/exponential.rs:155
Function
through_trait
()
src/binmin.rs:153
Method
until
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
Method
until
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