mini\Table\Wrappers\OptimizingTable::withExpectedHasCalls()
Method
public
Signature
public function withExpectedHasCalls(int $n): self
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$n |
int |
required | Documentation missing |
Returns
self
Documentation
Hint: expected number of has() calls
Used after measurement to estimate total time and decide on optimization. Does NOT prebuild - always measure first, then decide.