Allocators Are Monkeys with Typewriters
https://tgmatos.github.io/allocators-are-for-monkeys-with-typewriters/
#HackerNews #Allocators #Monkeys #Typewriters #HackerNews #TechInsights
Allocators Are Monkeys with Typewriters
https://tgmatos.github.io/allocators-are-for-monkeys-with-typewriters/
#HackerNews #Allocators #Monkeys #Typewriters #HackerNews #TechInsights
Uff!
"jemalloc Postmortem", Jason Evans (https://jasone.github.io/2025/06/12/jemalloc-postmortem/).
Via HN: https://news.ycombinator.com/item?id=44264958
On Lobsters: https://lobste.rs/s/thpska/jemalloc_postmortem
#Malloc #Libc #jemalloc #MemoryManagement #Retrospective #OpenSource #FOSS #Facebook #Meta #FreeBSD #Linux #Windows #Allocators
Mistakes and cool things to do with arena allocators
https://zylinski.se/posts/dynamic-arrays-and-arenas/
#HackerNews #Mistakes #arena #allocators #dynamic #arrays #programming #tips
Allocator-Aware C++ Type Design – Jonathan Coe – C++ on Sea 2024
Allocator-Aware C++ Type Design – Jonathan Coe – C++ on Sea 2024
Allocator-Aware C++ Type Design – Jonathan Coe – C++ on Sea 2024
Allocator-Aware C++ Type Design – Jonathan Coe – C++ on Sea 2024
Allocator-Aware C++ Type Design – Jonathan Coe – C++ on Sea 2024
Allocator-Aware C++ Type Design – Jonathan Coe – C++ on Sea 2024
We have released a new CppCon 2023 Video!
Lightning Talk: Spanny: Abusing C++ mdspan Is Within Arm’s Reach – Griswald Brooks – CppCon 2023
https://youtu.be/FZZ3CDnBEx4
#Allocators #cpp23 #DataDataStructures #Robotics
We have released a new CppCon 2023 Video!
An Introduction to Tracy Profiler in C++ – Marcos Slomp – CppCon 2023
https://youtu.be/ghXk3Bk5F2U
#Allocators #cpp #CPU #GPU #HowTo #Memory #OpenSource #Optimization #Performance #Tooling
We have released a new CppCon 2023 Video!
An Introduction to Tracy Profiler in C++ – Marcos Slomp – CppCon 2023
https://youtu.be/ghXk3Bk5F2U
#Allocators #cpp #CPU #GPU #HowTo #Memory #OpenSource #Optimization #Performance #Tooling
We have released a new CppCon 2023 Video!
Robotics at Compile Time: Optimizing Robotics Algorithms With C++’s Compile-Time Features – Stephen Brawner – CppCon 2023
https://youtu.be/Y6AUsB3RUhA
#Allocators #Compilers #cpp #Latency #Memory #Optimization #Performance #Polymorphism #Robotics #Safety #StandardLibrary #StaticAnalysis #Templates
We have released a new CppCon 2023 Video!
Object Introspection: A C++ Memory Profiler – Jonathan Haslam & Aditya Sarwade – CppCon 2023
https://youtu.be/6IlTs8YRne0
#Allocators #API #Containers #cpp #CPU #Debugging #Memory #Observer #OpenSource #Optimization #Performance #Tooling
One of APIs of all time. Also the documentation for new is a lie, it is basically guaranteed to panic if on your platform usize is 128 bits, but i can't come up with a nice way to word that without exposing CELL_SIZE to the user.
#rust #rustlang #allocators