Instructional Video3:49
Curated Video

Complete Modern C++ - Parallel Algorithms - I

Higher Ed
In this video, we will get introduced to the parallel algorithms introduced in C++17. This clip is from the chapter "C++17 Standard Library Components" of the series "Complete Modern C++".null
Instructional Video4:24
Curated Video

Complete Modern C++ - Parallel Algorithms - III

Higher Ed
This video explains why parallel algorithms cannot be used everywhere. This clip is from the chapter "C++17 Standard Library Components" of the series "Complete Modern C++".null
Instructional Video7:32
Curated Video

Complete Modern C++ - Parallel Algorithms - II

Higher Ed
This video demonstrates the usage of parallel algorithms and how they can improve the performance of your code. This clip is from the chapter "C++17 Standard Library Components" of the series "Complete Modern C++".null
Instructional Video7:36
Curated Video

Multi-Paradigm Programming with Modern C++ - Parallel STL

Higher Ed
C++17 has introduced parallel STL. Many of the existing algorithms can now be executed in parallel. Parallelism can be enabled by specifying execution policies. In this video we will learn how existing algorithms can be parallelized with...
Instructional Video14:42
Curated Video

Java Multithreading and Parallel Programming Masterclass - Parallel Matrix Multiplication - The Naive Way

Higher Ed
This video demonstrates the multiplication of a parallel matrix in the naive or basic way.
Instructional Video20:07
Curated Video

Java Multithreading and Parallel Programming Masterclass - Project - Parallel Text File Processing

Higher Ed
This is a project-based video on parallel text file processing.
Instructional Video19:24
Curated Video

Java Multithreading and Parallel Programming Masterclass - Building Parallel Data Pipelines with RxJava2

Higher Ed
This video demonstrates building parallel data pipelines with RxJava2.
Instructional Video5:23
Curated Video

Java Multithreading and Parallel Programming Masterclass - Parallel Versus Concurrent Versus Asynchronous Versus Non-Blocking

Higher Ed
This video explains the difference between parallel versus concurrent versus asynchronous versus non-blocking concepts.
Instructional Video18:54
Instructional Video6:16
Curated Video

Java Multithreading and Parallel Programming Masterclass - Parallel Array Search with CountDownLatch

Higher Ed
This video helps in searching for a parallel array with CountDownLatch.
Instructional Video21:58
Curated Video

Java Multithreading and Parallel Programming Masterclass - Parallel Matrix Multiplication - The Optimal Way

Higher Ed
This video demonstrates the multiplication of a parallel matrix in the optimal way.
Instructional Video10:16
Instructional Video10:23
Curated Video

Java Multithreading and Parallel Programming Masterclass - Understanding Locks with Parallel Vector Sum

Higher Ed
This video helps in understanding locks with parallel vector sum.
Instructional Video4:35
Curated Video

C++ Standard Template Library in Practice - Introduction to Algorithms

Higher Ed
In this video, we shall cover the role of algorithms, also describing some of their limitations. • The user is unfamiliar with algorithms and they need to get up to speed with this • Show them the different types of algorithms available...
Instructional Video2:49
Curated Video

Java Multithreading and Parallel Programming Masterclass - Can We Improve Binary Search Through Multithreading?

Higher Ed
This video dives deep to help you understand if we can improve binary search through multithreading.
Instructional Video3:46
Instructional Video4:28
Instructional Video7:52
Instructional Video10:02
Curated Video

Java Multithreading and Parallel Programming Masterclass - Threads Versus Processes

Higher Ed
This video demonstrates the difference between threads versus processes.
Instructional Video9:26
Instructional Video5:48
Curated Video

Java Multithreading and Parallel Programming Masterclass - Daemon Threads and User Threads

Higher Ed
This video explains about Daemon threads and user threads.
Instructional Video14:49
Curated Video

Java Multithreading and Parallel Programming Masterclass - How Can We See What's Happening Inside a JVM?

Higher Ed
This video demonstrates how we can see what's happening inside a JVM (Java Virtual Machine).
Instructional Video3:28
Curated Video

Java Multithreading and Parallel Programming Masterclass - Shift Data Between Threads with Exchangers

Higher Ed
This video talks about shifting data between threads with Exchangers.
Instructional Video19:52
Curated Video

Java Multithreading and Parallel Programming Masterclass - Unblocking the UI Through Multithreading (With JavaFX)

Higher Ed
This video helps in unblocking the UI through multithreading (with JavaFX).