pingora_limits

Module estimator

Source
Expand description

The estimator module contains a Count-Min Sketch type to help estimate the frequency of an item.

Structs§

  • An implementation of a lock-free count–min sketch estimator. See the wikipedia page for more information.