ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,692 results

EuroPython Conference
Parallel programming and Cython — David Woods

EuroPython 2025 — South Hall 2A on 2025-07-16] *Parallel programming and Cython by David Woods* ...

40:57
Parallel programming and Cython — David Woods

386 views

2 months ago

Timothée Bacri
Introduction to parallel processing

We look at important concepts and some theory behind parallel processing, then look at common problems encountered with ...

53:25
Introduction to parallel processing

17 views

3 years ago

CMU Database Group
CMU Database Systems - 14 Parallel Execution (Fall 2017)

Slides PDF: http://15445.courses.cs.cmu.edu/fall2017/slides/14-parallel.pdf Notes PDF: ...

1:10:47
CMU Database Systems - 14 Parallel Execution (Fall 2017)

1,818 views

8 years ago

EuroPython Conference
Michal Wysokinski - Running Python code in parallel and asynchronously

"Running Python code in parallel and asynchronously [EuroPython 2017 - Talk - 2017-07-11 - Anfiteatro 2] [Rimini, Italy] My ...

43:29
Michal Wysokinski - Running Python code in parallel and asynchronously

1,111 views

8 years ago

EuroPython Conference
Python in Parallel: Sub-Interpreters vs. NoGIL vs. Multiprocessing — Samet Yaslan

... CPU-bound high throughput applications, IO-bound services, or simply curious about the future of parallel processing in Python, ...

27:47
Python in Parallel: Sub-Interpreters vs. NoGIL vs. Multiprocessing — Samet Yaslan

2,360 views

1 year ago

CMU Database Group
#14 - Parallel Query Engine Architectures ✸ SpiralDB Database Talk (CMU Intro to Database Systems)

Andy Pavlo (https://www.cs.cmu.edu/~pavlo/) Slides: https://15445.courses.cs.cmu.edu/fall2025/slides/14-queryexecution2.pdf ...

1:19:13
#14 - Parallel Query Engine Architectures ✸ SpiralDB Database Talk (CMU Intro to Database Systems)

1,799 views

2 months ago

CMU Database Group
CMU Database Systems - 14 Parallel Execution (Fall 2018)

Slides PDF: https://15445.courses.cs.cmu.edu/fall2018/slides/14-parallel.pdf Lecture Notes: ...

39:33
CMU Database Systems - 14 Parallel Execution (Fall 2018)

3,043 views

7 years ago

RubyConf MY
Parallel Processing With Ruby - RubyConfMY 2017

Speaker: Dilum Navanjana (@dilumn_) Website: http://rubyconf.my Produced by Engineers.SG.

23:19
Parallel Processing With Ruby - RubyConfMY 2017

340 views

8 years ago

FOSDEM
Deep Learning on Massively Parallel Processing Databases

by Frank McQuillan At: FOSDEM 2019 https://video.fosdem.org/2019/UA2.118/dl_parallel_db.webm In this session we will discuss ...

25:11
Deep Learning on Massively Parallel Processing Databases

537 views

6 years ago

The Virtual Institute for I/O
Parallel Programming in Practice: Scaling Algorithms

Presented by Christopher Maynard.

1:27:13
Parallel Programming in Practice: Scaling Algorithms

56 views

4 years ago

Seed To Stage
How to Mix with Parallel Buses in Ableton Live

This however is only one way to do parallel processing. Another way is to use parallel tracks or buses to accomplish the same ...

20:35
How to Mix with Parallel Buses in Ableton Live

16,594 views

5 months ago

NMSU_HPC
MPI and Parallelization on Discovery

Expressing parallelism in your code on a distributed parallel system like Discovery enables you to speed up the processing time ...

46:53
MPI and Parallelization on Discovery

54 views

4 years ago

SciNet HPC at the University of Toronto
Parallel Job Orchestration with GNU Parallel

Many research computing projects involve workloads of large amounts of relatively short, independent computations.

50:57
Parallel Job Orchestration with GNU Parallel

467 views

2 years ago

zhan xin
Ian Huston   Massively Parallel Processing with Procedural Python

Massively Parallel Processing with Procedural Python.

36:09
Ian Huston Massively Parallel Processing with Procedural Python

23 views

7 years ago

The Virtual Institute for I/O
Parallel Programming in Practice: Scaling Algorithms and Code Coupling

Presented by Sophie Valcke (Cerfacs)

1:34:06
Parallel Programming in Practice: Scaling Algorithms and Code Coupling

88 views

5 years ago

Michael Oswald
Haskell by Example - 9 - Multithreading, Parallel Processing Chains

This is video 9 of the Haskell by Example series which looks how to develop and application for binary satellite data processing.

55:25
Haskell by Example - 9 - Multithreading, Parallel Processing Chains

639 views

4 years ago

Postgres Conference
Poor Man's Parallel Processing

Check out http://www.pgconf.us/2015/event/63/ for the full talk details. Currently Postgres does not support transparent parallel ...

39:35
Poor Man's Parallel Processing

391 views

10 years ago

Hasgeek TV
Viral B  Shah - The many ways of parallel computing with Julia

It will start with an introduction to using built-in Julia primitives for parallel processing, such as pmap, @parallel, remotecall, spawn ...

46:49
Viral B Shah - The many ways of parallel computing with Julia

5,020 views

10 years ago

Programming Rise
Parallel Processing in Python | A Practical Guide with Examples | Run Python Code in Parallel Using

Parallel Processing in Python | A Practical Guide with Examples | Python | Python tutorial Python has a vast ecosystem of tools for ...

34:07
Parallel Processing in Python | A Practical Guide with Examples | Run Python Code in Parallel Using

72 views

4 years ago

Utah Cpp Programmers
Taskflow: A General-purpose Parallel and Heterogeneous Task Programming System with Modern C++

This month Tsung-Wei Huang, an Assistant Professor at the University of Utah, will present Taskflow. The Taskflow project ...

59:46
Taskflow: A General-purpose Parallel and Heterogeneous Task Programming System with Modern C++

538 views

5 years ago

Aalto Scientific Computing
3.4 Parallel - Python for Scientific Computing 2022

Parallel programming: doing more than one thing at a time. It is often needed when you need more computer power, and there are ...

41:05
3.4 Parallel - Python for Scientific Computing 2022

204 views

3 years ago

Aalto Scientific Computing
3.2 Parallel computing - Getting started with scientific computing/HPC (winter 2022)

Parallel computing is what HPC is really all about: processing things on more than one processor at once. By now, you should ...

33:36
3.2 Parallel computing - Getting started with scientific computing/HPC (winter 2022)

127 views

3 years ago

The Virtual Institute for I/O
Parallel programming in practice: Scaling algorithms and Code Coupling

Presented by Chris Maynard (University of Reading). In this session, we will provide a global overview of how the main concepts ...

1:31:54
Parallel programming in practice: Scaling algorithms and Code Coupling

108 views

5 years ago

Aalto Scientific Computing
3.4 Parallel - Python for Scientific Computing 2021

Parallel programming: doing more than one thing at a time. It is often needed when you need more computer power, and there are ...

32:13
3.4 Parallel - Python for Scientific Computing 2021

191 views

4 years ago

EuroPython Conference
Pierre Glaser - Parallel computing in Python: Current state and recent advances

From these low-level interfaces emerged higher-level parallel processing libraries, such as concurrent.futures, joblib and loky ...

30:14
Pierre Glaser - Parallel computing in Python: Current state and recent advances

2,431 views

6 years ago