Keynote: Begin...End?
57:05
3 жыл бұрын
No, not typing. Types.
48:18
3 жыл бұрын
The Function Returns
21:05
3 жыл бұрын
The Function
8:58
4 жыл бұрын
Build Your Own Async
2:12:42
5 жыл бұрын
Die Threads (Screencast)
50:13
6 жыл бұрын
How to Apply a Curio Project Stencil
3:02
The Fun of Reinvention (Screencast)
52:04
Builtin Superheroes (Screencast)
44:32
Low Level RPython
49:46
11 жыл бұрын
Low Level RPython
49:46
12 жыл бұрын
Inside the Python GIL.
1:01:03
12 жыл бұрын
Understanding the Python GIL
46:10
12 жыл бұрын
Пікірлер
@munteanionut3993
@munteanionut3993 Жыл бұрын
ayo what is this? : )))
@Petyaumniy
@Petyaumniy 4 жыл бұрын
"You were the chosen one! It was said that you would destroy the Sith, not join them! Bring balance to the Force, not leave it in darkness!..."
@tsaiandy1362
@tsaiandy1362 4 жыл бұрын
em.....It a true removal,,,
@alexanderlewzey1102
@alexanderlewzey1102 6 жыл бұрын
Finally a good tutorial on how to do this!
@ACLNM
@ACLNM 9 жыл бұрын
what's the meaning of this?
@cediddi
@cediddi 8 жыл бұрын
Python (and many interpreted languages) have something called GIL, Global interpreter lock. Because of this global lock, in multi threaded scenarios, only one thread can run at any given time, thus reducing it's usability. Threading usually used for parallelism but with GIL it'll only do concurrency. Many want gil to be removed from python yet no one has done it in a way with no performance loss (Gil provides better single threaded performance). David Beazley is removing 'GIL' using python3 and CNC. It's the worst joke I've ever seen in my entire python career.
@andreip9378
@andreip9378 9 жыл бұрын
Most funny part is when drilling sounds starts
@jerobarraco
@jerobarraco 10 жыл бұрын
so hardcore...
@PaulAdamSmith
@PaulAdamSmith 12 жыл бұрын
Doesn't the bit get super-hot? I guess it doesn't matter, it did fine ...