Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

🚀 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