JIT compiler is useless… but Python has something else

preview_player
Показать описание
Is JIT (Just-In-Time) compilation really useful in Python? 🤔 While other languages rely on JIT for speed, CPython doesn’t! In this video, we’ll explore why JIT is considered "useless" in Python and what Python does to boost performance instead.

Don’t forget to like, subscribe, and hit the bell for more Python goodness!

✨More on 2MinutesPy👇👇

@2MinutesPy

#jit #compiler #interpreter #cpython #python #pythonprogramming #2minutespy
Рекомендации по теме
Комментарии
Автор

There are modules that allow to compile functions like numba and modules to add C++ code. If you need speed, check where is your critical chunks and try only optimize those.

fcolecumberri
Автор

Python has typing system. Although it is optional, it could be forced

haxidenti
Автор

Java has become fast af thanks to JIT. But it's useless, ha?

jabuci
join shbcf.ru