Anastasios Bakogiannis
Anastasios Bakogiannis
Hi, thanks for the comment. You're right about the deprecation warnings I pushed a fix to the README but didn't publish a new crate version. Regarding the serialization error you...
The `BuildHasher` is a generic parameter because I didn't want to restrict users to a specific hashing function. If you have a serializable `BuildHasher` you can wrap the sketch in...
As with https://github.com/tabac/hyperloglog.rs/issues/16 I don't have much time for improvements, :(
@LucaCappelletti94 thanks a lot for the PR. I will look into it as soon as possible (probably ~end-of-month).
@LucaCappelletti94 PR LGTM. Three questions I have: - I would like to keep the requirements of the library to the minimum. Would it be possible to compute the struct sizes...