📈 How Python & JavaScript Handle Multithreading

preview_player
Показать описание
In this short, I'll compare the multithreading process for two of the most popular programming languages, Python and JavaScript.

#arjancodes #softwaredesign #python
Рекомендации по теме
Комментарии
Автор

Check the related link for a full video on this topic!

ArjanCodes
Автор

Pep 703 was accepted to compile CPython without the GIL.

JorgeLuis-tsqp
Автор

If running async on Linux, then the "uvloop" package is just amazing. Basically someone grabbed JavaScript's event loop and make that work for Python. Resulting in async apps that runs as fast as JS.

PanduPoluan
Автор

Please correct me if I am wrong, Event Loop model delegate the work to the C/C++ portion of JS interpreter that could span a new thread internally, although not within the control of the developer

commonsensedev
Автор

Which languages are the champions in your opinion?

mitchbet
Автор

So: js can't do that. Python can, but it's only easy, not super easy (GIL). And GIL is going to be optional (PEP 703) ;)

hipekhop
Автор

The subtitles are supremely annoying. I say this as a deaf person trying to understand what you're saying and this is highly distracting and so few words at a time? Jeez.

Imagine reading the above post like this:

The subtit
les are
supreme
ly annoy
ing. I say this
as a deaf
person try
ing to un
derstand what
you're saying
and this is
highly dist
racting and so
few words
at a time?
Jeez.

deafpolygon
Автор

Please never use that text effect again, it is awful

ocoolwow
visit shbcf.ru