General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Roni Levarez
ArjanCodes
comments
Comments by "Roni Levarez" (@ronilevarez901) on "How Much FASTER Is Python 3.13 Without the GIL?" video.
I don't care about the GIL anymore. If I need speed I just use multiprocessing or write a Cython extension. Python Devs will probably give two flavors of Python now: one with the usual performance with the Gil and the new one without Gil.
3
And build skyscrapers with wood and nails and walk for days to nearby cities, yeah!
2
There's always Cython.
1
Don't you already have to deal with releasing the gil if you write a c extension? It will be just become more straight forward and a standard practice instead of an optional thing.
1
@edweard Kinda, but the result is directly usable on Python, simpler to maintain and way faster to develop than a similar thing written in C.
1