ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,367 results

The Coding Gopher
Concurrency vs. Parallelism

Try ChatLLM here: https://chatllm.abacus.ai/ ❤️ Get 40% OFF CodeCrafters: ...

10:02
Concurrency vs. Parallelism

49,442 views

7 months ago

Ivan Ponomarev
Mainor 2022. Java Concurrency, Part 1

Concurrency is perhaps the most complex field of programming. It requires a knowledge of multiple fundamental principles, like ...

1:20:57
Mainor 2022. Java Concurrency, Part 1

1,060 views

3 years ago

Engineering Community
New concurrency model in Java by Yan Chumak

Project Loom improves multithreaded code's maintainability, scalability, reliability, and observability. Virtual threads enable to ...

1:03:29
New concurrency model in Java by Yan Chumak

313 views

3 years ago

Engineering Community
Concurrency models and their maturity levels in JVM World by Andrii Bazylevych

The Java concurrency models were discussed at November 11. The Kotlin coroutine model was presented.

1:01:28
Concurrency models and their maturity levels in JVM World by Andrii Bazylevych

220 views

4 years ago

Engineering Community
Java Concurrency Essentials by Bogdan Komar

The speech intended to cover basic concurrency theory. During the meeting we will touch the Java concurrency concepts. We will ...

51:19
Java Concurrency Essentials by Bogdan Komar

376 views

4 years ago

Voxxed Days Bristol
Martin Thompson (keynote) – Adventures with concurrent programming in Java

Martin is a Java Champion with over 2 decades of experience building complex and high-performance computing systems.

45:54
Martin Thompson (keynote) – Adventures with concurrent programming in Java

1,447 views

9 years ago

Ivan Ponomarev
Mainor 2022. Java Concurrency, Part 2

Concurrency is perhaps the most complex field of programming. It requires a knowledge of multiple fundamental principles, like ...

1:29:01
Mainor 2022. Java Concurrency, Part 2

626 views

3 years ago

Engineering Community
Exploring Java Virtual Threads by Vladyslav Bezuhlyi

In this session, we'll explore the challenges of the traditional threading model in Java and introduce the concept of Virtual Threads ...

52:23
Exploring Java Virtual Threads by Vladyslav Bezuhlyi

148 views

1 year ago

Dr Giacomo Bergami (PhD)
2) Concurrency in Java 23 [Thursday 25th of April, 2024]

The codebase is available at: ...

1:48:25
2) Concurrency in Java 23 [Thursday 25th of April, 2024]

1 view

5 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,365 views

1 year ago

Bulgarian Java User Group
The Java memory model explained, Rafael Winterhalter
48:01
The Java memory model explained, Rafael Winterhalter

28,864 views

3 years ago

Bulgarian Java User Group
Introduction and pitfalls of Java's new concurrency model, David Vlijmincx

Java 20 will preview one of the most anticipated features, virtual threads, and structured concurrency. It rethinks the way ...

41:32
Introduction and pitfalls of Java's new concurrency model, David Vlijmincx

335 views

2 years ago

Sergio Gálvez Rojas
Concurrency in Java. Lesson 3

Lesson 3. Concurrent Programming viewed as an Abstraction. Here we learn some interesting concepts: • From Sequential ...

51:42
Concurrency in Java. Lesson 3

31 views

5 years ago

Bulgarian Java User Group
The Hidden Art of Thread-Safe Programming: Exploring java.util.concurrent, Heinz Kabutz

Writing correct, thread-safe code is notoriously challenging. Unlike single-threaded code, concurrency bugs often remain hidden, ...

48:10
The Hidden Art of Thread-Safe Programming: Exploring java.util.concurrent, Heinz Kabutz

949 views

8 months ago

The Debug Zone
Java Concurrency: Solving Common Issues with Concurrent Maps

In this video, we delve into the intricacies of Java concurrency, focusing specifically on the challenges developers face when ...

5:34
Java Concurrency: Solving Common Issues with Concurrent Maps

0 views

4 months ago

Voxxed Days Luxembourg
Introduction and pitfalls of Java's new concurrency model (David VLIJMINCX)

Voxxed Days Luxembourg 2023 Room: Linux Type: Conference Java 20 previews one of the most anticipated features, virtual ...

33:38
Introduction and pitfalls of Java's new concurrency model (David VLIJMINCX)

112 views

2 years ago

Last Mile Developer
Lockfree Multithreading LMAX Disruptor pattern overview for Beginners

Practical CPP Course: https://cpp.rougeneuron.in Disclaimer: The audio is generated using curated resources summarized by ...

15:51
Lockfree Multithreading LMAX Disruptor pattern overview for Beginners

1,300 views

11 months ago

Roel Van de Paar
Software Engineering: Composable concurrency in Java or any other programming language

Software Engineering: Composable concurrency in Java or any other programming language Helpful? Please support me on ...

5:04
Software Engineering: Composable concurrency in Java or any other programming language

11 views

3 years ago

Toronto Java Users Group
2023-05 Virtual Threads: Ushering in a New Era of Concurrency

Presented by: A N M Bazlur Rahman Project Loom introduces virtual threads, lightweight threads that aim to dramatically reduce ...

1:08:00
2023-05 Virtual Threads: Ushering in a New Era of Concurrency

71 views

2 years ago

The Debug Zone
Is AtomicInteger incrementAndGet() Thread Safe? Understanding Java Concurrency

In this video, we delve into the intricacies of Java concurrency, focusing on the `AtomicInteger` class and its `incrementAndGet()` ...

5:08
Is AtomicInteger incrementAndGet() Thread Safe? Understanding Java Concurrency

11 views

1 year ago