folly::AtomicHashArrayLinearProbeFcn

Linear probing strategy for AtomicHashArray.

Synopsis

Declared in <folly/AtomicHashArray.h>

struct AtomicHashArrayLinearProbeFcn;

Description

Advances to the next slot on each collision, wrapping around the end of the table.

Member Functions

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