notfilippo opened a new pull request, #116:
URL: https://github.com/apache/datasketches-rust/pull/116

   Make `hll::coupon` public so callers can compute a coupon from any hashable 
value without going through `HllSketch::update`. This enables a common 
optimization: pre-compute coupons for data once and insert via 
`update_with_coupon`, avoiding redundant hashing.
   
   - `hll::coupon` is now `pub` with full documentation
   - `HllSketch::update` cross-references `coupon` + `update_with_coupon`
   - `HllSketch::update_with_coupon` gains a detailed doc comment explaining 
the coupon format and the multi-sketch use case
   
   Follows up on #113 which made `update_with_coupon` public.
   
   cc @fulmicoton-dd 


-- 
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]

Reply via email to