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
28
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
WindowInsetsだってテストしたい
ryunen344
1
190
5つのアンチパターンから学ぶLT設計
narihara
1
110
来たるべき 8.0 に備えて React 19 新機能と React Router 固有機能の取捨選択とすり合わせを考える
oukayuka
2
860
「Cursor/Devin全社導入の理想と現実」のその後
saitoryc
0
160
PHPでWebSocketサーバーを実装しよう2025
kubotak
0
160
「ElixirでIoT!!」のこれまでとこれから
takasehideki
0
370
生成AIコーディングとの向き合い方、AIと共創するという考え方 / How to deal with generative AI coding and the concept of co-creating with AI
seike460
PRO
1
330
地方に住むエンジニアの残酷な現実とキャリア論
ichimichi
5
1.3k
PostgreSQLのRow Level SecurityをPHPのORMで扱う Eloquent vs Doctrine #phpcon #track2
77web
2
340
#kanrk08 / 公開版 PicoRubyとマイコンでの自作トレーニング計測装置を用いたワークアウトの理想と現実
bash0c7
1
440
ReadMoreTextView
fornewid
1
480
CursorはMCPを使った方が良いぞ
taigakono
1
180
Featured
See All Featured
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.8k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
138
34k
Site-Speed That Sticks
csswizardry
10
660
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
How to Think Like a Performance Engineer
csswizardry
24
1.7k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
281
13k
Fireside Chat
paigeccino
37
3.5k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
17
940
How to train your dragon (web standard)
notwaldorf
93
6.1k
Done Done
chrislema
184
16k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.3k
Building Adaptive Systems
keathley
43
2.6k
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