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, Sep 15, 2020 at 5:59 PM Andy Dang <nam...@gmail.com> wrote: > 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/ > > <https://suspicious-bassi-380e27.netlify.app/> > I <https://suspicious-bassi-380e27.netlify.app/>s it the expected > behavior? > > - Andy >