Docs.rs
pingora-limits-0.4.0
pingora-limits 0.4.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
eaufavor
github:cloudflare:pingora
Dependencies
ahash >=0.8.9
normal
dashmap ^5
dev
dhat ^0
dev
float-cmp ^0.9.0
dev
rand ^0
dev
Versions
85.19%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
pingora_
limits
0.4.0
Module estimator
Module Items
Structs
In crate pingora_
limits
pingora_limits
Module
estimator
Copy item path
Source
Expand description
The estimator module contains a Count-Min Sketch type to help estimate the frequency of an item.
Structs
§
Estimator
An implementation of a lock-free count–min sketch estimator. See the
wikipedia
page for more information.