ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

75 results

ComputeVerse
Java ExecutorService vs. ForkJoinPool ✍️
0:29
Java ExecutorService vs. ForkJoinPool ✍️

389 views

7 months ago

Coding theory
Fork-Join in Java Explained | Parallelism Made Easy with ForkJoinPool

Unlock the power of **Fork-Join Parallelism in Java** using the powerful `ForkJoinPool`. Learn how to split complex tasks into ...

0:30
Fork-Join in Java Explained | Parallelism Made Easy with ForkJoinPool

185 views

7 months ago

vlogize
Understanding Why ForkJoinPool Executes a Task Twice in Java

Explore the reason behind `ForkJoinPool` executing tasks two times in Java and learn how to prevent it. --- This video is based on ...

1:41
Understanding Why ForkJoinPool Executes a Task Twice in Java

2 views

8 months ago

vlogize
Understanding the RejectedExecutionException in Java 17's ForkJoinPool: What Changed?

Discover the reason behind the `RejectedExecutionException` when using ForkJoinPool in Java 17 and learn how to solve the ...

1:50
Understanding the RejectedExecutionException in Java 17's ForkJoinPool: What Changed?

5 views

8 months ago

optimizeFirst
Java Concurrency: When to Use Fork Join Pool? #dsa #interview

Quick comparison between Fork Join Pool and Executor Service in Java! Executor Service: General-purpose thread pool for ...

0:58
Java Concurrency: When to Use Fork Join Pool? #dsa #interview

101 views

1 day ago

vlogize
Understanding the ForkJoinPool Thread Naming Convention in Java

Explore the meanings behind the numbers in Java's `ForkJoinPool` thread naming, demystifying what each number signifies in ...

1:23
Understanding the ForkJoinPool Thread Naming Convention in Java

2 views

4 months ago

vlogize
How to Ensure Code Executes Only After ForkJoinPool Completes in Java

Learn how to manage asynchronous execution in Java using `ForkJoinPool` and controlling subsequent actions after task ...

2:15
How to Ensure Code Executes Only After ForkJoinPool Completes in Java

0 views

6 months ago

Coding theory
UML Class Diagram of Java Fork/Join Framework | Understand ForkJoinTask, RecursiveTask & Pool

Dive into the structure of **Java's Fork/Join Framework** using a clear and simple **UML Class Diagram**. Understand how ...

0:24
UML Class Diagram of Java Fork/Join Framework | Understand ForkJoinTask, RecursiveTask & Pool

170 views

7 months ago

vlogize
Optimize Your Java Code with ForkJoinPool and ParallelArray for Improved Performance

Discover how to enhance the performance of your Java code by effectively using `ForkJoinPool` and `ParallelArray`. Learn the ...

1:30
Optimize Your Java Code with ForkJoinPool and ParallelArray for Improved Performance

0 views

6 months ago

vlogize
Understanding the Behavior of Threads during Blocking I/O in Java ForkJoinPool

Dive into the intricacies of the ForkJoinPool in Java, particularly when handling blocking I/O operations. Understand why tasks ...

2:01
Understanding the Behavior of Threads during Blocking I/O in Java ForkJoinPool

3 views

6 months ago

vlogize
Why a Fork Join Pool May Be Slower Than Using a Single Thread for 2D Array Calculations

Understand why using a `Fork Join Pool` for summing a 2D array might perform slower than a single-threaded approach, and ...

2:01
Why a Fork Join Pool May Be Slower Than Using a Single Thread for 2D Array Calculations

2 views

9 months ago

vlogize
Resolving ClassNotFoundException Issues with JAXB and ForkJoinPool in Java 11

Discover how to troubleshoot and fix the `ClassNotFoundException` for JAXB when using ForkJoinPool in Java 11, ensuring ...

1:48
Resolving ClassNotFoundException Issues with JAXB and ForkJoinPool in Java 11

12 views

6 months ago

vlogize
Speed Up Your Java List Validation with ForkJoinPool and Streams

Discover how to efficiently process large Java lists using `ForkJoinPool` and streams to significantly reduce validation time.

1:48
Speed Up Your Java List Validation with ForkJoinPool and Streams

0 views

8 months ago

Максим Добрынин | ex. Jetbulb
Что такое StringPool в Java? #java

Техническое собеседование Java Developer: от ООП до микросервисов и Docker. Готовимся к вопросам из ТОПовых ...

0:42
Что такое StringPool в Java? #java

7,545 views

6 months ago

vlogize
Understanding the Disadvantages of Using a ForkJoinPool When It's Unnecessary

Explore the challenges and inefficiencies associated with using a ForkJoinPool for tasks that don't require parallel processing, ...

1:20
Understanding the Disadvantages of Using a ForkJoinPool When It's Unnecessary

1 view

6 months ago

vlogize
Understanding Java Threads: Are They Concurrent or Parallel?

This guide explores the concepts of concurrency and parallelism in Java threads, explaining their differences and implications, ...

1:30
Understanding Java Threads: Are They Concurrent or Parallel?

1 view

9 months ago

vlogize
Solving ThreadLocal Issues in Java 8's Parallel Stream with ForkJoinPool

Discover how to handle `ThreadLocal` variable issues when using ForkJoinPool and Java 8's parallel streams effectively.

1:47
Solving ThreadLocal Issues in Java 8's Parallel Stream with ForkJoinPool

4 views

3 months ago

vlogize
Understanding AccessControlException in ForkJoinPool Threads: Why is Behavior Inconsistent?

Explore why `AccessControlException` isn't consistently thrown in common Java pool threads. Learn how ForkJoinPool operates ...

2:21
Understanding AccessControlException in ForkJoinPool Threads: Why is Behavior Inconsistent?

0 views

2 months ago

CoVaib-DeepLearn
1- Lambda Mistake Breaks parallelStream() #java #javastreams #lambdafunction #functionalprogramming

This one tiny mistake inside your lambda can completely break Java parallelStream performance. Stateful lambdas cause thread ...

0:55
1- Lambda Mistake Breaks parallelStream() #java #javastreams #lambdafunction #functionalprogramming

91 views

12 days ago

vlogize
ForkJoinPool vs Sequential Performance: Understanding the Difference

Explore the performance differences between using `ForkJoinPool` and sequential processing in Java, and discover effective ...

2:11
ForkJoinPool vs Sequential Performance: Understanding the Difference

0 views

7 months ago