#Memory
4 articles
Application
2025-08-09
Exploring Processes, Goroutines, and Memory in Go
Explore Go virtual address spaces, process isolation, goroutine memory sharing, stack and heap behavior.
#Golang#Memory#Heap#Stack#Process#Thread
Application
2024-05-01
Why Programs Work, 3rd Edition: Essential Programming Knowledge
Why Programs Work, 3rd Edition: Essential Programming Knowledge
#CPU#Memory#Book Review
Computer Architecture
2020-08-25
Differences Between Little Endian, Big Endian, Middle Endian, and Bi-endian
Understand byte ordering: Little Endian, Big Endian, Middle Endian, Bi-endian, and memory arrangement across systems.
#Memory
Operating Systems
2018-11-30
Summary of Memory Management Terms
Understand Linux memory management concepts including OOM killer, virtual memory, paging mechanisms, and copy-on-write optimization techniques.
#Linux#Memory