Engineering posts about Memory Management
Curated summaries and key learnings for engineers working with Memory Management.
Meta (Facebook)
3m
Investing in Infrastructure: Meta’s Renewed Commitment to jemalloc
Meta has reaffirmed its commitment to jemalloc, a high-performance memory allocator, recognizing its importance in the software infrastructure. The article outlines Meta's strategic focus on reducing...
Meta (Facebook)
7m
Rust at Scale: An Added Layer of Security for WhatsApp
WhatsApp has integrated Rust into its security framework to enhance the safety and performance of media sharing across its platform. This strategic move addresses vulnerabilities associated with...
Lyft
8m
From Python3.8 to Python3.10: Our Journey Through a Memory Leak
This article chronicles the experience of upgrading Python services from version 3.8 to 3.10 at Lyft, highlighting a significant memory leak issue encountered during the transition. The author...