ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

71,446 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

451 views

4 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

18 views

3 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

17,719 views

6 months ago

TechPrep
Concurrency vs Parallelism | Simply Explained

This is a solution to the classic Concurrency vs Parallelism technical interview question. Links Concurrency ...

2:12
Concurrency vs Parallelism | Simply Explained

6,455 views

1 year ago

Michael LeBlanc
Demonstration of Parallel Processing in Arduino

This is a demo of an 11-line program written in Plumbing, a parallel processing Arduino IDE. In the demonstration, four LEDs blink ...

0:24
Demonstration of Parallel Processing in Arduino

5,058 views

14 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,446 views

1 year ago

Padraic Edgington
8.  Parallelization

Conceptual discussion of how to calculate execution time when using parallel processing on a workload.

2:01
8. Parallelization

1,312 views

8 years 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)

2,144 views

3 months 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

479 views

2 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

539 views

7 years ago

Roel Van de Paar
Arduino: Can I do parallel processing in Arduino?

Arduino: Can I do parallel processing in Arduino? Helpful? Please support me on Patreon: ...

2:09
Arduino: Can I do parallel processing in Arduino?

244 views

4 years ago

Ole Tange
Part 1: GNU Parallel script processing and execution

GNU Parallel version 20100620 http://www.gnu.org/software/parallel/ is a shell tool for executing jobs in parallel locally or using ...

9:16
Part 1: GNU Parallel script processing and execution

136,652 views

15 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

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

342 views

8 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

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

392 views

10 years ago

Jukka Suomela
Programming Parallel Computers: Part 2C

Aalto University course CS-E4580 Programming Parallel Computers. Lecture 2, part C: How to benefit from vector operations?

9:35
Programming Parallel Computers: Part 2C

1,900 views

5 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)

128 views

4 years ago

József Nagy (OpenFOAM tutorials)
How to run parallel simulations in OpenFOAM® - Part 1

"How to run parallel simulations in OpenFOAM®" - Part 1 This material is published under the creative commons license CC ...

28:00
How to run parallel simulations in OpenFOAM® - Part 1

35,649 views

11 years ago

Aalto Scientific Computing
1.4 What is parallel computing?  An analogy with cooking. - HPC/SciComp Kickstart summer 2023

In workshops such as this, you will hear lots about parallel computing and how you need it, but rarely get a understandable ...

23:10
1.4 What is parallel computing? An analogy with cooking. - HPC/SciComp Kickstart summer 2023

112 views

2 years ago

Postgres Conference
PostgreSQL Parallelism Do’s and Don’ts

PostgreSQL can apply parallel processing to speed up query performance. But the PostgreSQL query planner and internals are ...

52:49
PostgreSQL Parallelism Do’s and Don’ts

3,840 views

4 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

648 views

4 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

60 views

4 years ago

Dave Pape
Massively Parallel Computation at NASA Goddard

Examples of massively parallel scientific computing performed at the NASA Center for Computational Sciences on the Goodyear ...

4:22
Massively Parallel Computation at NASA Goddard

1,138 views

16 years ago

Aalto Scientific Computing
3.2 Different methods of parallel computing - HPC/SciComp Kickstart summer 2024

Before we get to how to run parallel jobs, let's talk about the different forms, since a person must keep these straight in order to run ...

27:49
3.2 Different methods of parallel computing - HPC/SciComp Kickstart summer 2024

100 views

1 year ago