ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

259 results

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

311 views

3 years ago

Engineering Community
JDK Thread Pools: Pitfalls & Hidden Gems. (Eng) by Mikhail Horbunov

A presentation about the use and misuse of JDK Thread Pools. In-depth review of configuration options and which of them to ...

1:16:58
JDK Thread Pools: Pitfalls & Hidden Gems. (Eng) by Mikhail Horbunov

375 views

4 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

895 views

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

333 views

2 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

Bulgarian Java User Group
Asynchronous Programming in Java using Virtual Threads, Venkat Subramaniam

Threads have been part of Java since the beginning. But, the new virtual threads, introduced as prerelease in Java 19, are ...

49:16
Asynchronous Programming in Java using Virtual Threads, Venkat Subramaniam

16,822 views

2 years ago

Heapspace
Async Showdown: Java Virtual Threads vs. Kotlin Coroutines - Riccardo Lippolis

Discover the potential impact of Java Virtual Threads on Kotlin Coroutines, the popular alternative for asynchronous programming ...

34:10
Async Showdown: Java Virtual Threads vs. Kotlin Coroutines - Riccardo Lippolis

1,336 views

1 year 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

DevConf
Is Loom really the future of enterprise Java? - DevConf.CZ 2024

In this session, we explain the virtual thread model execution and compare it to the event loop/reactive model utilized in Quarkus.

34:55
Is Loom really the future of enterprise Java? - DevConf.CZ 2024

84 views

1 year ago

Free and Open Source Software Conference (FrOSCon) e.V.
2018 - Unter der Haube der JVM

https://media.ccc.de/v/froscon2018-2176-unter_der_haube_der_jvm Das Java Speichermodell in nebenläufigen Programmen ...

54:50
2018 - Unter der Haube der JVM

161 views

7 years ago

Cave of Programming
Advanced Java: Multi-threading Part 15 -- Swing and the SwingWorker Class

More courses! Free C++ course: https://www.udemy.com/course/free-learn-c-tutorial-beginners/?

20:12
Advanced Java: Multi-threading Part 15 -- Swing and the SwingWorker Class

41,592 views

13 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

215 views

4 years ago

Mr ARUL SUJU D
Multi Threading and Thread Synchronization in Java

Multi Threading and Thread Synchronization in Java.

30:37
Multi Threading and Thread Synchronization in Java

248 views

7 years ago

Voxxed Days Luxembourg
Async Showdown: Java Virtual Threads vs. Kotlin Coroutines (Riccardo LIPPOLIS)

Voxxed Days Luxembourg 2023 Room: AmigaOS Type: Conference Java Virtual Threads are a new and upcoming feature that ...

49:48
Async Showdown: Java Virtual Threads vs. Kotlin Coroutines (Riccardo LIPPOLIS)

4,842 views

2 years ago

Confreaks
Ruby Midwest 2011 - High Performance Ruby:  Threading versus Evented

High Performance Ruby: Threading versus Evented by: Dr. Nic Williams I wanted to know, "Do I need to learn about ...

23:39
Ruby Midwest 2011 - High Performance Ruby: Threading versus Evented

345 views

10 years ago

Linux Plumbers Conference
User-level threads....... with threads. - Paul Turner - Google

"Multi-threaded programming is hard. Synchronous interfaces can help, but typically require lighter-weight representation of ...

34:00
User-level threads....... with threads. - Paul Turner - Google

40,331 views

12 years ago

Barcelona Jug
CompletableFuture and its Quirks

CompletableFuture revolutionized asynchronous processing in Java. Unfortunately, it's full of quirks, traps, and surprises… during ...

50:32
CompletableFuture and its Quirks

1,093 views

3 years 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,040 views

3 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

621 views

3 years ago

FOSDEM
Loom: Weaving executions

by Ron Pressler At: FOSDEM 2019 https://video.fosdem.org/2019/H.1302/loom_weaving_executions.webm Project Loom's ...

25:10
Loom: Weaving executions

1,366 views

6 years ago