vecs2pauli / binarylinalg

Library for binary linear algebra
MIT License
0 stars 0 forks source link

Memory leakage #1

Closed vecs2pauli closed 8 months ago

vecs2pauli commented 8 months ago

The memory usage of the tests for extending a check matrix only grows, while it should periodically shrink when a test is cleared before a new one is started. A memory leak is probably the culprit.

vecs2pauli commented 8 months ago

Fixed in branch https://github.com/vecs2pauli/binarylinalg/tree/1-memory-leakage