Memory Management
concepts · 5 notes linked
Related: C Programming · Pointers · Cython · Numpy · High Performance Computing · Python Performance · Sqlite · Openbsd
Notes
- Diagnosing Memory "Leaks" in Python — Systematic approach to diagnosing Python process memory growth
- Everything you need to know about pointers in C — Comprehensive C pointer tutorial covering declaration through function pointers
- Python moves to remove the GIL and boost concurrency — PEP 703 plan to make CPython GIL optional then remove it
- Writing C in Cython — Using Cython to write C-speed code with Python syntax
- stronglink/SUBSTANCE.md at master · btrask/stronglink — Practical C code quality and security guidelines with rationale