[package]
name = "quantogram"
version = "0.4.2"
description = "Approximate quantiles using histograms with logarithmically sized bins to guarantee worst case absolute relative error."
keywords = ["quantile", "median", "statistics", "approximation"]
categories = ["mathematics"]
authors = ["PaulChernoch <paul.chernoch@yahoo.com>"]
repository = "https://github.com/paulchernoch/quantogram/"
readme = "readme.md"
edition = '2021'
license-file = "./license.txt"
[dependencies]
float_extras = "0.1"
skiplist = "0.4"
[profile.release]
debug = true
[dev-dependencies]
zw-fast-quantile = "0.2"
bencher = "0.1"
quantiles = "0.7"
[[bench]]
name = "quantiles"
harness = false