Programming in Parallel with Threads
Offered By: EuroPython Conference via YouTube
Course Description
Overview
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.
Syllabus
Intro
Use Case
Sources
Catchment
Data
Land Use Data
Efficiency
Code
ReadWrite
Communication
Questions
Taught by
EuroPython Conference
Related Courses
A Brief History of Data StorageEuroPython Conference via YouTube Breaking the Stereotype - Evolution & Persistence of Gender Bias in Tech
EuroPython Conference via YouTube We Can Get More from Spatial, GIS, and Public Domain Datasets
EuroPython Conference via YouTube Using NLP to Detect Knots in Protein Structures
EuroPython Conference via YouTube The Challenges of Doing Infra-As-Code Without "The Cloud"
EuroPython Conference via YouTube