Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Como a memória afeta meu código
Search
Thaise Medeiros
January 16, 2020
Programming
0
29
Como a memória afeta meu código
Thaise Medeiros
January 16, 2020
Tweet
Share
More Decks by Thaise Medeiros
See All by Thaise Medeiros
Desenvolvendo código de alta performance com .NET
thaise
0
260
Other Decks in Programming
See All in Programming
品質ワークショップをやってみた
nealle
0
640
EMこそClaude Codeでコード調査しよう
shibayu36
0
450
Temporal Knowledge Graphで作る! 時間変化するナレッジを扱うAI Agentの世界
po3rin
1
150
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
300
iOSでSVG画像を扱う
kishikawakatsumi
0
170
Pythonに漸進的に型をつける
nealle
1
130
Google Opalで使える37のライブラリ
mickey_kubo
3
150
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
510
Foundation Modelsを実装日本語学習アプリを作ってみた!
hypebeans
0
130
Leading Effective Engineering Teams in the AI Era
addyosmani
7
640
Things You Thought You Didn’t Need To Care About That Have a Big Impact On Your Job
hollycummins
0
260
はじめてのDSPy - 言語モデルを『プロンプト』ではなく『プログラミング』するための仕組み
masahiro_nishimi
4
16k
Featured
See All Featured
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
34
2.5k
A designer walks into a library…
pauljervisheath
209
24k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
36
6.1k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.2k
A Tale of Four Properties
chriscoyier
161
23k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
Code Review Best Practice
trishagee
72
19k
Building Adaptive Systems
keathley
44
2.8k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
10
890
Gamification - CAS2011
davidbonilla
81
5.5k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
10
620
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
Transcript
Como a memória afeta meu código? Entendendo o Object Header
Thaise Medeiros • Engenheira de Software na PagueVeloz • Microsoft
Certified Professional em C# • Coordenadora do DotNET Coders
[email protected]
Blog: dotnetcoders.com.br LinkedIn: @thaisemedeiros
None
Tipos de Memória
Tipos de Referência X Tipos de Valor
Tipos de Referência X Tipos de Valor
Cache Line
None
Object Header
Tipos de Referência X Tipos de Valor
None
Layout Object Header
Layout Object Header com Lock
Layout Object Header com HashCode
None
Referências https://devblogs.microsoft.com/premier-developer/managed-object-internals-part-1-layout/ https://devblogs.microsoft.com/premier-developer/managed-object-internals-part-2-object-header-layout-and- the-cost-of-locking/ https://docs.microsoft.com/en-us/dotnet/csharp/misc/cs0185 Livro Pro .Net Performance