jmalkin commented on issue #89:
URL: 
https://github.com/apache/datasketches-rust/issues/89#issuecomment-3882272617

   Java is correct. Max array length in Java is 2^32-1, the longest contiguous 
array is of primitive longs, and there’s a little room taken for the preamble 
in the actual serialized sketch.
   
   C++ has the byte count, not bit count. I dunno the others.


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