Curated Video
Complete Modern C++ - Parallel Algorithms - I
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
Curated Video
Complete Modern C++ - Parallel Algorithms - III
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
Curated Video
Complete Modern C++ - Parallel Algorithms - II
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
Curated Video
Multi-Paradigm Programming with Modern C++ - Parallel STL
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...
Curated Video
Java Multithreading and Parallel Programming Masterclass - Parallel Matrix Multiplication - The Naive Way
This video demonstrates the multiplication of a parallel matrix in the naive or basic way.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Project - Parallel Text File Processing
This is a project-based video on parallel text file processing.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Building Parallel Data Pipelines with RxJava2
This video demonstrates building parallel data pipelines with RxJava2.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Parallel Versus Concurrent Versus Asynchronous Versus Non-Blocking
This video explains the difference between parallel versus concurrent versus asynchronous versus non-blocking concepts.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Bringing Parallelism to Quick Sort
This video is about bringing parallelism to Quick Sort.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Parallel Array Search with CountDownLatch
This video helps in searching for a parallel array with CountDownLatch.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Parallel Matrix Multiplication - The Optimal Way
This video demonstrates the multiplication of a parallel matrix in the optimal way.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Parallel Array Processing with Phasers
This video explains parallel array processing with phasers.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Understanding Locks with Parallel Vector Sum
This video helps in understanding locks with parallel vector sum.
Curated Video
C++ Standard Template Library in Practice - Introduction to Algorithms
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...
Curated Video
Java Multithreading and Parallel Programming Masterclass - Can We Improve Binary Search Through Multithreading?
This video dives deep to help you understand if we can improve binary search through multithreading.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Amdahl's Law
This video explains Amdahl's Law.
Curated Video
Java Multithreading and Parallel Programming Masterclass - What Is a Thread?
This video explains about a thread.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Let's Synchronize Jobs with Semaphores
This video demonstrates synchronizing jobs with Semaphores.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Threads Versus Processes
This video demonstrates the difference between threads versus processes.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Thread Priorities and States
This video demonstrates thread priorities and states.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Daemon Threads and User Threads
This video explains about Daemon threads and user threads.
Curated Video
Java Multithreading and Parallel Programming Masterclass - How Can We See What's Happening Inside a JVM?
This video demonstrates how we can see what's happening inside a JVM (Java Virtual Machine).
Curated Video
Java Multithreading and Parallel Programming Masterclass - Shift Data Between Threads with Exchangers
This video talks about shifting data between threads with Exchangers.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Unblocking the UI Through Multithreading (With JavaFX)
This video helps in unblocking the UI through multithreading (with JavaFX).