The secret behind memory allocation in Python
I’ve been looking for this for a while !! Why this f***ing Python process eat so much memory ? I freed all the objects, and don’t have any circular references .. Every advanced Python programmer need to read this carefully. … Continue reading
tag: memory, Python