Cpython
entities · 2 notes linked
Related: Python · Time Complexity · Data Structures · Algorithm Analysis · Global Interpreter Lock · Concurrency · Memory Management
Notes
- Python moves to remove the GIL and boost concurrency — PEP 703 plan to make CPython GIL optional then remove it
- list — CPython built-in container Big-O operation complexity reference