rraft-py
rraft-py copied to clipboard
Check if memory leak exist
I'm worryed about if there could kinds of memory leak exist where I use several hacks in unsafe code block. I can not find any signs of memory leaks in example code and harness test codes until now, but it cannot prove there could be any kind of memory leaks.
Ref: https://github.com/PyO3/pyo3/issues/2853