https://github.com/natthasath/demo-python-memory
Memory leak is when a program doesn't release memory that is no longer needed, leading to depletion of available memory, slowing down or crashing the program/system. It needs to be fixed by addressing the root cause.
https://github.com/natthasath/demo-python-memory
memory memory-leak poetry python
Last synced: 2 days ago
JSON representation
Memory leak is when a program doesn't release memory that is no longer needed, leading to depletion of available memory, slowing down or crashing the program/system. It needs to be fixed by addressing the root cause.
- Host: GitHub
- URL: https://github.com/natthasath/demo-python-memory
- Owner: natthasath
- License: mit
- Created: 2023-05-02T06:45:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-02T06:46:18.000Z (over 2 years ago)
- Last Synced: 2025-01-09T02:53:49.647Z (9 months ago)
- Topics: memory, memory-leak, poetry, python
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# demo-python-memory
Memory leak is when a program doesn't release memory that is no longer needed, leading to depletion of available memory, slowing down or crashing the program/system. It needs to be fixed by addressing the root cause.