jmalkin commented on issue #478: URL: https://github.com/apache/datasketches-java/issues/478#issuecomment-1824045835
Are you doing a full deserialize or wrapping a chunk of memory? In at least some cases I believe there's a fast wrap that doesn't do validation of the image before letting you perform operations (like checking if empty). HLL is more complex than theta though, in terms of serialized form, so it may still need some checks to work properly. -- 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]
