Bart Vercoulen
Bart Vercoulen
Hi @darvid , I was just testing this with the latest version available from pypi, which seems to be v0.3.2. So I wanted to let you know v0.3.3 is not...
Hi @darvid, thanks for the memory leak fix. It resolves our first case, where we only compile the database in the loop X times. However, when we are also dumping...
Thank you very much!
@darvid , we missed a segmentation fault with the code you suggested. It was omitted by the memory profiler. Investigating further..
It's leaking less memory with `hs.loadb(b, create_scratch=False)`, around half of it, but it's still leaking. I will keep digging into it.
This solves the issues, thanks a lot!
>The issue here is that the NodeName is an optional field. Is it possible to encounter an endpointslice without a NodeName? For example, a selectorless service with custom endpointslices? That...
quick update: I found some time to work on this again, but I am having some trouble rebasing it on the `main` branch. I started a new branch from `main`...