PsiACE opened a new pull request, #71: URL: https://github.com/apache/datasketches-rust/pull/71
Added `halve` and `decay` to CountMinSketch, matching cmsketch behavior for non‑negative counters. This scales counters (and `total_weight`) to support exponential decay while keeping serialization unchanged. I’m not fully confident about the math details, especially around our error bounds, but the implementation itself should be straightforward. 😃 Related #70 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
