ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

626 results

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

28,614 views

3 years ago

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

... the delta between Java heap usage and actual working set size can be surprisingly large. The JVM uses off-heap memory for a ...

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

156 views

5 years 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,319 views

2 years ago

SouJava
Elastic JVM: Automatic Vertical Scaling of the Java Heap

Subscribe: https://bit.ly/javacloudage Ruslan Synytsky: https://twitter.com/siruslan Elder Moraes: https://twitter.com/elderjava ...

55:50
Elastic JVM: Automatic Vertical Scaling of the Java Heap

650 views

Streamed 6 years ago

Plain Schwarz
Radu Gheorghe, Rafał Kuć – Heap sizing and GC tuning for Solr and friends

If the Java heap is too low, you may hit an OOM or circuit breakers. Or maybe the GC latency spikes, causing cluster instability.

21:06
Radu Gheorghe, Rafał Kuć – Heap sizing and GC tuning for Solr and friends

490 views

1 year ago

Boris Steinberg
Taming Metaspace: a look at the machinery, and a proposal for a better one | FOSDEM 2020

My talk at FOSDEM 2020 in the Java Devroom. When examining memory footprint of a JVM process, the delta between Java heap ...

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

317 views

5 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

81,636 views

6 years ago

Red Hat Developer
Java to Kubernetes faster and easier | DevNation Day 2020

Speaker: Ray Tsang, Google For Java developers, building containers is a common obstacle on the road to Kubernetes adoption.

33:10
Java to Kubernetes faster and easier | DevNation Day 2020

901 views

5 years ago

Ian Finlayson
Heap Operations

Covers the code for heaps and the algorithms to insert and dequeue values.

25:10
Heap Operations

142 views

5 years ago

The ASF
Yonik Seeley - Native Code and Off-Heap Data-structures for Solr

Native Code and Off-Heap Data-structures for Solr ...

50:29
Yonik Seeley - Native Code and Off-Heap Data-structures for Solr

131 views

11 years ago

FOSDEM
ByteBuffers are dead, long live ByteBuffers!

by Maurizio Cimadamore At: FOSDEM 2020 https://video.fosdem.org/2020/H.1302/bytebuffers.webm Abstract: Direct buffers are, ...

40:18
ByteBuffers are dead, long live ByteBuffers!

1,963 views

5 years ago

Barcelona Jug
Implementing a Simple JVM in Java and Rust by Ben Evans at JBCNConf'19

The JVM is a truly remarkable piece of software, but it is still just a computer program, not magic! In this talk, I will explain how we ...

55:25
Implementing a Simple JVM in Java and Rust by Ben Evans at JBCNConf'19

1,587 views

6 years ago

programmingconf
MoreVMs’21: Are Many Heaps Better Than One? – Mario Wolczko

Invited Speaker: Mario Wolczko (https://twitter.com/mwolczko) Presented at MoreVMs 2021: ...

48:22
MoreVMs’21: Are Many Heaps Better Than One? – Mario Wolczko

342 views

4 years ago

Red Hat Developer
A deep dive into Garbage Collection Algorithms in Java | DevNation Day India

Applications run on data. Most of it is transient data. To avoid overflowing our memory capacity, we need a way to identify and ...

33:54
A deep dive into Garbage Collection Algorithms in Java | DevNation Day India

1,010 views

4 years ago

FOSDEM
Hacking the JVM from Java

by Tobias Lindaaker At: FOSDEM 2018 Room: UD2.208 (Decroly) Scheduled start: 2018-02-03 17:20:00+01.

22:08
Hacking the JVM from Java

1,452 views

7 years ago

gamozolabs
Binary Heaps: Part 1

Trying to make a high-performance binary heap implementation for WoW theorycrafting.

9:00:01
Binary Heaps: Part 1

3,801 views

4 years ago

Toronto Java Users Group
2017-03 Caching with EhCache3

Presented by Jeff Disher This talk will cover the high-level design of the cache, including on-heap, off-heap, and clustered storage ...

29:49
2017-03 Caching with EhCache3

2,094 views

8 years ago

Kraków Scala User Group
Krzysztof Romanowski "How Scala is hacked over JVM?"

KSUG 23/11/2017.

45:10
Krzysztof Romanowski "How Scala is hacked over JVM?"

97 views

8 years ago

Paris JUG
2019/03/12 - Anatomy of Java Vulnerabilities

Java is everywhere. According to Oracle it's on 3 billion devices and counting. We also know that Java is one of the most popular ...

1:01:45
2019/03/12 - Anatomy of Java Vulnerabilities

165 views

6 years ago

CppNow
Zsolt Parragi: Typegrind - Type preserving heap profiler for C++

Memory profilers are essential tools to understand the dynamic behavior of complex modern programs. They help to reveal ...

1:12:39
Zsolt Parragi: Typegrind - Type preserving heap profiler for C++

692 views

9 years ago