romseygeek commented on issue #510: URL: https://github.com/apache/datasketches-java/issues/510#issuecomment-1988914705
I started out adding an `update(Memory)` method here, but that runs into trouble with `Union` which already has an `update(Memory)` method that does something quite different. So I think adding an `update(ByteBuffer)` method is probably the way to go (which HLL already has so that's one less place to update). -- 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]
