ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

352 results

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

28,361 views

3 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,232 views

2 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,019 views

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

Toronto Java Users Group
2025-03 Trash Talk – Exploring the Memory Management in the JVM

Presented by: Gerrit Grunwald In the realm of Java programming, understanding memory management and garbage collection ...

1:19:10
2025-03 Trash Talk – Exploring the Memory Management in the JVM

93 views

9 months ago

Engineering Community
JVM Memory Leaks by Mikhail Horbunov

An overview and discussion of types and common causes of memory leaks in Java applications, as well as common approaches ...

46:53
JVM Memory Leaks by Mikhail Horbunov

510 views

4 years ago

Commit Conf
Raúl González Vicente: Java Dark Memory

Slides: https://docs.google.com/presentation/d/1t03a-7f3SaZQrq5Q3YJNEyelAJQn2ed-/edit#slide=id.p1 Memoria Java en ...

49:25
Raúl González Vicente: Java Dark Memory

1,115 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

CS 125 @ Illinois
CS 125 Spring 2019: Wed 3.6.2019. References and Java Memory Management

A discussion of Java memory management with reminders about references.

50:25
CS 125 Spring 2019: Wed 3.6.2019. References and Java Memory Management

436 views

6 years ago

Jon Eyolfson
Basic Memory Allocation  (ECE 344 - Section 3)

Yeah so you'd have to allocate memory for yourself too but how do you how do you worry about that kind of allocation like ...

52:33
Basic Memory Allocation (ECE 344 - Section 3)

96 views

Streamed 3 years ago

Jon Eyolfson
Basic Memory Allocation  (ECE 344 - Section 2)

... is slow so Java is also slow so what a fragment is is just a small contiguous block of memory that cannot handle an allocation so ...

57:09
Basic Memory Allocation (ECE 344 - Section 2)

162 views

Streamed 3 years ago

The Linux Foundation
Introduction to Memory Management in Linux

Introduction to Memory Management in Linux - Matt Porter, Konsulko All modern non-microcontroller CPUs contain a memory ...

51:19
Introduction to Memory Management in Linux

201,172 views

8 years ago

Jon Eyolfson
More Memory Allocation  (ECE 344 - Section 3)

So this can be implemented in either because it's just a general memory allocation but in general the kernel uses this so if you go ...

52:51
More Memory Allocation (ECE 344 - Section 3)

77 views

Streamed 3 years ago

FOSDEM
Make your Go go faster! Optimising performance through reducing memory allocations

by Bryan Boreham At: FOSDEM 2018 Room: H.1308 (Rolin) Scheduled start: 2018-02-03 16:30:00+01.

21:50
Make your Go go faster! Optimising performance through reducing memory allocations

13,838 views

7 years ago

Ian Finlayson
Understanding Memory

Covers references and memory, as well as common misunderstandings about their use in Java.

29:40
Understanding Memory

207 views

5 years ago

abar aasbo phire
Dynamic memory allocation

I created this video with the YouTube Video Editor (http://www.youtube.com/editor)

37:44
Dynamic memory allocation

164 views

11 years ago

Johannes Bechberger
Profiling Tools for Java

This talk gives an overview on profiling in Java using open source tools. It came out of my own efforts to find good material to show ...

1:26:41
Profiling Tools for Java

1,558 views

3 years ago

EuroPython Conference
Zero-Copy Zen: Boost Performance with Memory View — Kesia Mary Joies, Aby M Joseph

EuroPython 2023 — North Hall on 2023-07-20] ...

29:11
Zero-Copy Zen: Boost Performance with Memory View — Kesia Mary Joies, Aby M Joseph

575 views

2 years ago

AUC_ANZ
The Power of Delegates (/dev/world/2011)

Presenter: Neil Gladwin In Objective-C, memory management is often seen as an annoyance and delegates are misunderstood ...

48:07
The Power of Delegates (/dev/world/2011)

20 views

11 years ago

Chris T
Java 14 - Foreign-Memory Access API

Coverage of the Java 14 - Foreign-Memory Access API (JEP 370). Source Code Available at: ...

46:08
Java 14 - Foreign-Memory Access API

880 views

5 years ago

Zeek
Profiling in Production, Justin Azoff

Profiling in Production Over the past year I've been spending a lot of time profiling production systems. This has included memory ...

48:02
Profiling in Production, Justin Azoff

767 views

5 years ago

Geoffrey Challen
27 Feb 2013: Introduction to Memory Management

Problems with direct physical allocation are presented and the address space abstraction is introduced.

50:18
27 Feb 2013: Introduction to Memory Management

1,172 views

12 years ago

Tyler Allen
Pointers and Memory
28:14
Pointers and Memory

241 views

2 years ago

Warwick RSE
Inside the Black Box - Stack and Heap memory

Computer programs generally separate the memory that is available to them into stack memory (that as a good rule of thumb ...

29:47
Inside the Black Box - Stack and Heap memory

19 views

3 years ago

FOSDEM
Reducing OpenJDK Java Garbage Collection times with stack allocation

by Nikola Grcevski At: FOSDEM 2020 https://video.fosdem.org/2020/H.1302/reducing_gc_times.webm In this talk we'll explore ...

22:25
Reducing OpenJDK Java Garbage Collection times with stack allocation

521 views

5 years ago