ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

295 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

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

SouJava
SouJava Talks: Creating a Million Virtual Threads Using Project Loom by A N M Bazlur Rahman

Details SouJava would like to announce that we'll be pleased to have Bazlur Rahman (@bazlur_rahman) presenting "Creating a ...

1:31:51
SouJava Talks: Creating a Million Virtual Threads Using Project Loom by A N M Bazlur Rahman

490 views

Streamed 3 years ago

Bulgarian Java User Group
Google Guava, Mite Mitreski

Mite's talk at the first edition of the jPrime conference (27.05.2015) Guava project has many core classes that beautify the code we ...

46:06
Google Guava, Mite Mitreski

1,714 views

10 years ago

FOSDEM
Project Loom: Advanced concurrency for fun and profit

by Andrew Haley At: FOSDEM 2020 https://video.fosdem.org/2020/H.1302/loom.webm Project Loom, an OpenJDK project, ...

24:49
Project Loom: Advanced concurrency for fun and profit

830 views

5 years ago

Dejan Trajković
Section 10.2.1. The foxes-and-rabbits project

Objects First with Java reading recall.

40:46
Section 10.2.1. The foxes-and-rabbits project

340 views

8 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

333 views

2 years ago

Programmers Picnic
Illustrating the basics of running a Thread in Java

Creating and running a Thread in Java. Explaining the use of the run method and the lifecycle methods start,stop,suspend and ...

27:13
Illustrating the basics of running a Thread in Java

163 views

6 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

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

Mike Wittie
Threads and Locks

There we go okay so today we'll talk about concurrency which is basically the art of running multiple things on your computer at ...

20:14
Threads and Locks

753 views

5 years ago

John Kubiatowicz
CS162 Lecture 3: Abstractions 1: Threads and Processes

In this lecture, we dive right in and look at user-level programming with threads and processes. We discuss POSIX threads, both ...

1:27:53
CS162 Lecture 3: Abstractions 1: Threads and Processes

36,440 views

4 years 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

Paris JUG
JSR 107 (Temporary caching for Java).

Manik Surtani R&D engineer at JBoss founder of the Infinispan project spec lead of JSR 347 (Data Grids for the Java Platform) ...

42:59
JSR 107 (Temporary caching for Java).

542 views

12 years ago

CppNow
Louis Dionne: A system for resource deadlock prevention using intrusive dynamic analysis

Traditional ways of synchronizing access to shared data using mutexes (and variants thereof) open the door to resource ...

37:37
Louis Dionne: A system for resource deadlock prevention using intrusive dynamic analysis

376 views

12 years ago

Bulgarian Java User Group
Building High Performance Real-time Stream Processing Microservices, Fawaz Ghali

Real-time stream processing is growing exponentially in recent years, businesses need to gather insights from real-time data as ...

47:34
Building High Performance Real-time Stream Processing Microservices, Fawaz Ghali

131 views

2 years ago

Tom Delalande
Comparing 10 programming languages. I built the same app in all of them.

Many modern programming languages have some great features like null safety, exhaustive switch statements, error handling, ...

21:33
Comparing 10 programming languages. I built the same app in all of them.

239,485 views

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

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

Víctor Orozco
Serialización (Marshalling) de JSON y Java con MicroProfile, JSON-B y Wildfly Bootable JAR

En este video de la serie MicroProfile, exploramos JSON-B para la serialización (marshalling) de objetos JSON hacia Java y ...

40:45
Serialización (Marshalling) de JSON y Java con MicroProfile, JSON-B y Wildfly Bootable JAR

863 views

4 years ago