leerho commented on issue #157:
URL: 
https://github.com/apache/datasketches-rust/issues/157#issuecomment-5048693811

   @tisonkun ,
   In your Rust implementation you suggested using "u8" to hold the exponent, 
which can be as large as 1023. Unsigned 8 bits has a max of 255.  I suggest at 
least a u16 for this value.


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