tdunning commented on issue #409: URL: https://github.com/apache/datasketches-cpp/issues/409#issuecomment-1971672183
There is a typo in your last comment. But, yes, the footprint with δ = 200 is twice the footprint for smaller values. The issue is that I changed the definition slightly a while ago and a default of 200 matches peoples accuracy expectations better than δ = 100 does. I prefer it if people who use the default aren't surprised negatively by accuracy so that's the default I recommend. Note that the persisted size will be substantially smaller since persistence trims away the incoming buffer and does a final compression. -- 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]
