{"id":68833,"library":"sketches-ddsketch","title":"Sketches DDSketch","description":"A direct port of the Golang DDSketch implementation for quantile sketches.","status":"active","version":"0.4.0","language":"rust","source_language":null,"source_url":"https://github.com/mheffner/rust-sketches-ddsketch","tags":["quantile-sketch","ddsketch","statistics","data-structures"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nsketches-ddsketch = \"0.4.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add sketches-ddsketch","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"DDSketch","correct":"use sketches_ddsketch::DDSketch;"}],"quickstart":{"code":"use sketches_ddsketch::DDSketch;\n\nfn main() {\n    let mut sketch = DDSketch::new(0.01);\n    sketch.add(42.0);\n    println!(\"Quantile 0.5: {:?}\", sketch.quantile(0.5));\n}","lang":"rust","description":"Create a DDSketch, add a value, and query a quantile."},"warnings":[],"env_vars":null,"search_vec":"'data':20 'data-structur':19 'ddsketch':2,9,17 'direct':4 'golang':8 'implement':10 'port':5 'quantil':12,15 'quantile-sketch':14 'sketch':1,13,16 'statist':18 'structur':21","created_at":"2026-06-17T17:54:28.081182+00:00","updated_at":"2026-06-17T17:54:28.081182+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/mheffner/rust-sketches-ddsketch","github":"https://github.com/mheffner/rust-sketches-ddsketch","docs":"https://docs.rs/sketches-ddsketch/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}