| Crates.io | libdd-ddsketch |
| lib.rs | libdd-ddsketch |
| version | 1.0.0 |
| created_at | 2025-11-17 14:17:20.616091+00 |
| updated_at | 2025-11-17 14:17:20.616091+00 |
| description | Minimal implementation of Datadog's DDSketch |
| homepage | https://github.com/DataDog/libdatadog/tree/main/libdd-ddsketch |
| repository | https://github.com/DataDog/libdatadog/tree/main/libdd-ddsketch |
| max_upload_size | |
| id | 1936850 |
| size | 39,981 |
Minimal implementation of Datadog's DDSketch for accurate quantile estimation.
DDSketch is a data structure for tracking value distributions with guaranteed relative error bounds using constant memory.