jmalkin commented on PR #111: URL: https://github.com/apache/datasketches-rust/pull/111#issuecomment-4389703284
The good news is that frequent items just uses hashing for efficient storage. It’s not fundamental to the algorithm in the same way as the distinct counting sketches (although the efficiency did still matter). Values are re-hashed on deserialization, I believe, so there’s no compatibility issue. -- 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]
