Quadratic probing strategy for AtomicHashArray.
Declared in <folly/AtomicHashArray.h>
struct AtomicHashArrayQuadraticProbeFcn;
Advances by the current probe count on each collision, wrapping around the end of the table.
| Name | Description |
|---|---|
operator() | Compute the next slot index to probe. |