folly::AtomicHashArrayQuadraticProbeFcn

Quadratic probing strategy for AtomicHashArray.

Synopsis

Declared in <folly/AtomicHashArray.h>

struct AtomicHashArrayQuadraticProbeFcn;

Description

Advances by the current probe count on each collision, wrapping around the end of the table.

Member Functions

NameDescription
operator() Compute the next slot index to probe.