ariesdevil opened a new pull request, #138: URL: https://github.com/apache/datasketches-rust/pull/138
## Summary Implement the **Tuple sketch** behind a new `tuple` feature (built on top of `theta`). A Tuple sketch extends the Theta sketch by attaching a user-defined summary to every retained key, merging summaries on duplicate keys and during set operations. Summary behavior is injected externally via policies (C++-style) rather than baked into the type. ## Note This implementation is highly inspired by the C++ version. -- 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]
