ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,622 results

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

28,219 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,143 views

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

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

Der Talk gibt zunächst einen Einblick in das Java Memory Modell als Abstraktion und die grundlegenden Funktionsweisen eines ...

54:50
2018 - Unter der Haube der JVM

161 views

7 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

9,637 views

1 year 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,060 views

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

80,664 views

6 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

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

22,187 views

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

233 views

5 years ago

Roel Van de Paar
Java memory issues

Java memory issues Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks & praise to God ...

1:27
Java memory issues

1 view

5 years ago

Rendis
Component Object Models

All video material belongs to ArsDigita (http://www.aduni.org/). This course was released under CC BY-SA 2.0 license ...

47:20
Component Object Models

377 views

9 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

5 months 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,198 views

11 years ago

The Debug Zone
Java Memory Profiling in AWS Lambda: Tips for Effective Performance Tuning

In this video, we dive into the essential techniques for Java memory profiling within AWS Lambda environments. As serverless ...

1:54
Java Memory Profiling in AWS Lambda: Tips for Effective Performance Tuning

13 views

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

156 views

5 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]

0 views

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

2 months 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,040 views

3 years ago

Roel Van de Paar
DevOps & SysAdmins: How to monitor Java memory Usage or Heap Size via Hyperic Monitoring?

DevOps & SysAdmins: How to monitor Java memory Usage or Heap Size via Hyperic Monitoring? Helpful? Please support me on ...

1:32
DevOps & SysAdmins: How to monitor Java memory Usage or Heap Size via Hyperic Monitoring?

21 views

4 years ago

FOSDEM
JVM startup: why it matters to the new world order

by Daniel Heidinga At: FOSDEM 2018 Room: UD2.208 (Decroly) Scheduled start: 2018-02-03 14:50:00+01.

24:40
JVM startup: why it matters to the new world order

180 views

7 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

Confreaks
RubyConf 2009 - Ruby Memory Management Hacks by: Koichi Sasada

... he shows a very nice memory profiler so we want to make such a プロファイラー そう inspire from inspire from java g time mory ...

45:53
RubyConf 2009 - Ruby Memory Management Hacks by: Koichi Sasada

146 views

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

621 views

3 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?

17 views

4 years ago