tisonkun commented on issue #193: URL: https://github.com/apache/datasketches-rust/issues/193#issuecomment-5305395022
@Renkai I think we care more about the memory footprint rather than serialization here. So perhaps a as exact as possible size the sketch occupies memory (the heap). In this direction, we may not include data on stack, and we'd prefer container's capacity rather than its logical size. -- 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]
