Главная
Study mode:
on
1
Intro
2
Use Case
3
Sources
4
Catchment
5
Data
6
Land Use Data
7
Efficiency
8
Code
9
ReadWrite
10
Communication
11
Questions
Description:
Explore parallel programming with threads in this 35-minute EuroPython 2017 conference talk. Discover how to leverage multiple CPUs for IO-bound tasks, bypassing the Global Interpreter Lock (GIL) limitations. Learn from a real-world scientific simulation model that reduced runtime from 15 hours to 2 hours by implementing up to 50 threads on an eight-core machine. Understand the advantages of threading over asynchronous programming for certain use cases, and gain insights into scaling your programs for improved performance. Dive into practical examples of handling input data extraction, simulation execution, and output data management in parallel.

Programming in Parallel with Threads

EuroPython Conference
Add to list