tvalentyn

Results 174 comments of tvalentyn

Repro for duplicate in `table --leaks` report: ``` cd docs/tutorials/exercise_3 memray run --native lru_cache.py python -m memray table --leaks --force memray-lru_cache.py.3617871.bin ``` Output table has duplicate entries: ``` 0x1 2.0...

Sounds like a plausible explanation, which might explain how the table could have grown to 20k+ entries due to usages of thread pools in my application. From memray product standpoint,...

> I don't have a very strong opinion here... from a product PoV, I think that the table reporter is nearly useless. I have found value in the past in...

Thank you, @derrickaw !