Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.16 KB

File metadata and controls

21 lines (16 loc) · 1.16 KB

🚀 Python — Performance & Concurrency

Tecniche avanzate per ottimizzare le performance Python: multithreading, multiprocessing, asyncio, Cython, Numba, gestione della memoria e profiling.

📌 Argomenti chiave

  • GIL (Global Interpreter Lock) e come aggirarlo
  • asyncio, threading, multiprocessing
  • Numba, Cython, JIT compiler (Python 3.13)
  • Memory profiling e ottimizzazione
  • Weak references e reference cycles
  • CUDA programming con Python

🔗 File consigliati