Chapter

The Benefits and Drawbacks of Using Stacks in Programming
listen on SpotifyListen on Youtube
2:15:14 - 2:26:33 (11:18)

The speaker discusses the use of stacks in programming and the debate over their efficiency and error-proneness, particularly when supporting multiple threads. They argue that for a single CPU computer, stacks and threads can be used interchangeably but with the rise of multi-core processing, the efficiency of stacks may decline.

Clips
The speaker discusses the debate over the efficiency and error-proneness of using separate stacks versus a single task in AsyncIO for packet processing and offers his preference for the former approach.
2:15:14 - 2:21:29 (06:15)
listen on SpotifyListen on Youtube
AsyncIO
Summary

The speaker discusses the debate over the efficiency and error-proneness of using separate stacks versus a single task in AsyncIO for packet processing and offers his preference for the former approach.

Chapter
The Benefits and Drawbacks of Using Stacks in Programming
Episode
#341 – Guido van Rossum: Python and the Future of Programming
Podcast
Lex Fridman Podcast
This podcast discusses Python's way of supporting multiple threads even for computers with only one central processing unit without having to rebuild the interpreter code completely.
2:21:29 - 2:26:33 (05:03)
listen on SpotifyListen on Youtube
Python
Summary

This podcast discusses Python's way of supporting multiple threads even for computers with only one central processing unit without having to rebuild the interpreter code completely.

Chapter
The Benefits and Drawbacks of Using Stacks in Programming
Episode
#341 – Guido van Rossum: Python and the Future of Programming
Podcast
Lex Fridman Podcast