Re: Memory usage of frequent items datasketches-cpp package

2020-09-15 Thread Andy Dang
Scrap this. Coming from the JVM library I embarrassingly misunderstood the size parameter in the Python API (in Java you give the actual size, in Python you give the log 2 of the size). On the other hand, is it possible to trigger a compaction explicitly or that is not supported? - Andy On Tue,

Memory usage of frequent items datasketches-cpp package

2020-09-15 Thread Andy Dang
Hi, I was running some benchmark with the CPP package and I noticed some strange memory behavior. I noticed that the memory seems to increase linearly with the item size when using size 32 or 64. The notebook si https://suspicious-bassi-380e27.netlify.app/

Re: [E] Re: HLL Union and lgK config

2020-09-15 Thread leerho
Thanks for the update! On Mon, Sep 14, 2020 at 12:31 AM Marko MuĆĄnjak wrote: > Hi, > I just wanted to confirm that simply converting the strings to charArray > worked fine - the sketches from the hive library merged with the kstreams > sketches now produce correct results. > > Thanks again for t