ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

84 results

VoidRealms
Qt 6 - Episode 23 - Thread pools

In this video series we will cover Qt 6. In this episode we will look at thread pools and how we can make fast and efficient threaded ...

29:48
Qt 6 - Episode 23 - Thread pools

8,114 views

4 years ago

EuroPython Conference
Choosing Between Free Threading and Async — Samet Yaslan

EuroPython 2025 — North Hall on 2025-07-17] *Choosing Between Free Threading and Async by Samet Yaslan* ...

24:39
Choosing Between Free Threading and Async — Samet Yaslan

1,100 views

4 months ago

EuroPython Conference
David Liu - Addressing multithreading and multiprocessing in transparent and Pythonic ways

Addressing multithreading and multiprocessing in transparent and Pythonic ways [EuroPython 2018 - Talk - 2018-07-27 ...

42:32
David Liu - Addressing multithreading and multiprocessing in transparent and Pythonic ways

855 views

7 years ago

PyCon JP
Combining ayncio and threads in the same application (Marc-Andre Lemburg) [PyCon JP 2020]

"Combining ayncio and threads in the same application (Marc-Andre Lemburg) [PyCon JP 2020] https://pycon.jp/2020/timetable/"

35:18
Combining ayncio and threads in the same application (Marc-Andre Lemburg) [PyCon JP 2020]

84 views

5 years ago

EuroPython Conference
Hitul Mistry - Python Multithreading and Multiprocessing: Concurrency and Parallelism

This talk will cover threads, global interpreter lock, thread pool, processes, process pool, synchronization locks - Lock & RLock ...

30:48
Hitul Mistry - Python Multithreading and Multiprocessing: Concurrency and Parallelism

2,472 views

10 years ago

FAST - Fundación Argentina de Smalltalk
The opensmalltalk-vm threaded FFI

Eliot Miranda 15 years after the prototype was shown unofficially at FAST 2010 opensmalltalk-vm's threaded FFI is in production, ...

44:59
The opensmalltalk-vm threaded FFI

157 views

2 months ago

VoidRealms
Qt 6 - Episode 24 - Qt Concurrent

In this video series we will cover Qt 6. In this episode we will look at using Qt concurrent to work with threadpools, get values back ...

23:23
Qt 6 - Episode 24 - Qt Concurrent

7,453 views

4 years ago

EuroPython Conference
Mike Müller - Programming in Parallel with Threads

"Programming in Parallel with Threads [EuroPython 2017 - Talk - 2017-07-11 - PyCharm Room] [Rimini, Italy] Threads are ...

34:48
Mike Müller - Programming in Parallel with Threads

467 views

8 years ago

StableCoder
121 - Thread Debugging II and Split Thread Pool

This session continues on trying to figure out why my thread pool implementation keeps hanging. Mucking about with the ...

3:25:32
121 - Thread Debugging II and Split Thread Pool

23 views

4 years ago

StableCoder
122 - Thread Pool Reliability Improvements

The last sessions work was indeed an improvement, where the MTTF improved from fifty runs to thousands, but that MTTF of ...

1:26:06
122 - Thread Pool Reliability Improvements

13 views

4 years ago

VoidRealms
Qt 6 - Episode 26 - Multithreaded strategies

... Main Thread: (17:28) QThread: (21:28) Thread Pool: (26:35) Qt Concurrent: (31:55) Widgets Example: (35:43) Outro: (41:27)

42:16
Qt 6 - Episode 26 - Multithreaded strategies

10,514 views

4 years ago

Jon Eyolfson
17. "Threads Implementation" 2024 Fall ECE344 Section 2 (University of Toronto)

Music Miracle Land by tubebackr https://soundcloud.com/tubebackr Creative Commons — Attribution-NoDerivs 3.0 Unported ...

48:21
17. "Threads Implementation" 2024 Fall ECE344 Section 2 (University of Toronto)

977 views

Streamed 1 year ago

EuroPython Conference
Samuel Colvin - Python's Parallel Programming Possibilities - 4 levels of concurrency

"Python's Parallel Programming Possibilities - 4 levels of concurrency [EuroPython 2019 - Talk - 2019-07-10 - Boston] [Basel, CH] ...

32:24
Samuel Colvin - Python's Parallel Programming Possibilities - 4 levels of concurrency

1,229 views

6 years ago

Engineering Community
Make async not war by Oleksandr Lazarchuk

During this presentation we will discuss quick guide to concurrent task execution in python. Starting from concurrency in the ...

1:19:07
Make async not war by Oleksandr Lazarchuk

184 views

2 years ago

CppNow
Coroutines, Fibers and Threads, Oh My

Nat Goodspeed's talk from C++Now Slides are available at: ...

1:20:44
Coroutines, Fibers and Threads, Oh My

7,174 views

11 years ago

Linux Plumbers Conference
User-level threads....... with threads. - Paul Turner - Google

"Multi-threaded programming is hard. Synchronous interfaces can help, but typically require lighter-weight representation of ...

34:00
User-level threads....... with threads. - Paul Turner - Google

40,498 views

12 years ago

PyCon SG
Writing robust, readable, and maintainable concurrent programs in Python - PyCon APAC 2018

Speaker: Wilson Tjhi, Senior Consultant at ThoughtWorks Threading, futures, coroutines, asyncio, celery, and gevent. What are ...

34:54
Writing robust, readable, and maintainable concurrent programs in Python - PyCon APAC 2018

252 views

7 years ago

DeepSource
Python without the GIL | Talks at DeepSource

Python has been a single-threaded language for the longest time, but it looks like that is about to change very soon. With the ...

52:23
Python without the GIL | Talks at DeepSource

726 views

2 years ago

Chameleon Metadata with Eric Thornton
Multiprocessing (using Pool) on AWS SageMaker

Eric Thornton from Chameleon Metadata walks you through the multiprocessing Python package which offers both local and ...

36:09
Multiprocessing (using Pool) on AWS SageMaker

692 views

4 years ago

German Perl Workshop
8 ways to do concurrency and parallelism in Perl 6 - Jonathan Worthington

The classic threads and locks way * Tasks on a thread pool * Dependent tasks, divide and conquer * Queues and workers ...

45:38
8 ways to do concurrency and parallelism in Perl 6 - Jonathan Worthington

1,120 views

7 years ago