ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,422 results

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

28,989 views

3 years ago

Toronto Java Users Group
2014-02 Java Memory Model

The main presentation starts at 6:46. We have our usual Java News and a quick Robocode battle, then Jonathan Fuerth presents ...

26:25
2014-02 Java Memory Model

5,144 views

11 years ago

The Debug Zone
Java Memory Model and reordering operation

java: Java Memory Model and reordering operation Thanks for taking the time to learn more. In this video I'll go through your ...

5:26
Java Memory Model and reordering operation

9 views

1 year ago

Víctor Orozco
¿Como funciona la memoria en Java? El uso de Stack y Heap

Mediante pequeños trechos de código explicamos el modelo Stack y Heap de la Java Virtual Machine. Incluyendo valores ...

24:02
¿Como funciona la memoria en Java? El uso de Stack y Heap

7,552 views

3 years ago

Engineering Community
Memory Leaks by Roman Kutsenko (Eng)

The idea is to show how some widely used code statements can have some impact on memory in Java. Some good practices of ...

45:20
Memory Leaks by Roman Kutsenko (Eng)

234 views

6 years ago

Peter Schneider
What is the relationship between JMM (Java Memory Model) and JVM (Java Virtual Machine)? closed

What is the relationship between JMM (Java Memory Model) and JVM (Java Virtual Machine)? closed I hope you found a solution ...

4:40
What is the relationship between JMM (Java Memory Model) and JVM (Java Virtual Machine)? closed

7 views

6 months ago

softdevteamuk
Cliff Click @ VMSS16: Bits of Advice For the VM Writer

Slides and other VMSS16 talks at http://soft-dev.org/events/vmss16/

1:15:09
Cliff Click @ VMSS16: Bits of Advice For the VM Writer

4,080 views

9 years ago

SwedenCpp
Arvid Norberg: The C++ memory model: an intuition

Have you ever wondered about the meaning of acquire, release, relaxed and sequentially-consistent? These are the "memory ...

25:37
Arvid Norberg: The C++ memory model: an intuition

23,055 views

6 years ago

Java
Christoph Engelbert on Off Heap Memory

NightHacking Interview with Christoph Engelbert on Off Heap Memory at the JavaLand Conference. For more Java 8 ...

6:38
Christoph Engelbert on Off Heap Memory

3,217 views

11 years ago

The Coding Gopher
Why Go's Garbage Collection is a Game Changer

Join us as we explore Go's powerful garbage collection system! From understanding how Go manages short-lived and long-lived ...

4:51
Why Go's Garbage Collection is a Game Changer

10,801 views

1 year ago

Singapore Gophers
Understanding Allocations: the Stack and the Heap - GopherCon SG 2019

Speaker: Jacob Walker, Ardan Labs (@jcbwlkr) Like C, Go uses both stack and heap memory. How can a Gopher know which is ...

21:39
Understanding Allocations: the Stack and the Heap - GopherCon SG 2019

82,249 views

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

Free and Open Source Software Conference (FrOSCon) e.V.
Vadym Kazulkin, Rodion Alukhanov: Java Memory Model (JMM) für Anfänger und Fortgeschrittene

Die Spezifikation des Java Memory Model (JMM) gehört zu der kompliziertesten im Java Umfeld, deren Verstädnis aber in Zeiten ...

1:10:17
Vadym Kazulkin, Rodion Alukhanov: Java Memory Model (JMM) für Anfänger und Fortgeschrittene

294 views

9 years ago

Retro songs by Shiv Prasad Tiwari
Java Part 1

What is Java Why Java Java installation Java KIT Java Platform Java Virtual Machine Java Memory Model First Program “Happy ...

41:13
Java Part 1

82 views

4 years ago

The Linux Foundation
Reducing Bazel's Memory Consumption - Ivo Ristovski List & Jingwen Chen, Google

Reducing Bazel's Memory Consumption - Ivo Ristovski List & Jingwen Chen, Google Since last BazelCon we came up with ...

33:00
Reducing Bazel's Memory Consumption - Ivo Ristovski List & Jingwen Chen, Google

339 views

1 year ago

FOSDEM
Taming Metaspace: a look at the machinery, and a proposal for a better one

by Thomas Stüfe At: FOSDEM 2020 https://video.fosdem.org/2020/H.1302/metaspace.webm When examining memory footprint of ...

21:30
Taming Metaspace: a look at the machinery, and a proposal for a better one

157 views

5 years ago

Roel Van de Paar
Computer Science: What is memory model in computer organization?

Computer Science: What is memory model in computer organization? Helpful? Please support me on Patreon: ...

1:48
Computer Science: What is memory model in computer organization?

18 views

5 years ago

The Debug Zone
Understanding Lambda Memory Assignment and Non-Superclass References in Java

In this video, we delve into the intricacies of lambda expressions in Java, focusing on memory assignment and the nuances of ...

1:36
Understanding Lambda Memory Assignment and Non-Superclass References in Java

2 views

4 months ago

Peter Schneider
Can r1 == 0 and r2 == 0 occur without volatile in this Java program?

Can r1 == 0 and r2 == 0 occur without volatile in this Java program? I hope you found a solution that worked for you :) The Content ...

2:16
Can r1 == 0 and r2 == 0 occur without volatile in this Java program?

0 views

1 year ago

Ivan Ponomarev
Mainor 2022. Java Concurrency, Part 1

In the first lecture we cover the essential basics: Java Memory Model, synchronization and waiting on conditions. We use a tool ...

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

1,063 views

3 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

Peter Schneider
Does CompletableFuture ensure field update visibility after join() in Java?

Does CompletableFuture ensure field update visibility after join() in Java? I hope you found a solution that worked for you :) The ...

2:44
Does CompletableFuture ensure field update visibility after join() in Java?

3 views

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

10 views

1 year ago

Ivan Ponomarev
Mainor 2022. Java Concurrency, Part 2

It requires a knowledge of multiple fundamental principles, like Memory Model, intrinsic locks and conditions and correct ways of ...

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

626 views

3 years ago

The Debug Zone
Understanding Atomic Reference Assignment in Java: Key Concepts Explained

In this video, we delve into the intricacies of atomic reference assignment in Java, a crucial concept for ensuring thread-safe ...

3:34
Understanding Atomic Reference Assignment in Java: Key Concepts Explained

23 views

1 year ago