tisonkun commented on code in PR #44: URL: https://github.com/apache/datasketches-rust/pull/44#discussion_r2651205410
########## datasketches/src/frequencies/mod.rs: ########## @@ -15,13 +15,18 @@ // specific language governing permissions and limitations // under the License. -//! Count-Min sketch implementation for frequency estimation. -//! -//! The Count-Min sketch provides approximate frequency counts for streaming data -//! with configurable relative error and confidence bounds. +//! Frequency sketches for finding heavy hitters in data streams. Review Comment: Perhaps borrow some background from https://apache.github.io/datasketches-java/9.0.0/org/apache/datasketches/frequencies/FrequentItemsSketch.html. And link this module-level document from `FrequentItemsSketch`. -- 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]
