Closed vecs2pauli closed 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.
Fixed in branch https://github.com/vecs2pauli/binarylinalg/tree/1-memory-leakage
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.