Y
Hacker News
new
|
ask
|
show
|
jobs
by
triknomeister
359 days ago
As Andrei Alexandrescu famously said, "Allocator is to allocation what alligators is to allegation"
https://www.youtube.com/watch?v=LIb3L4vKZ7U
2 comments
gilgamesh3
359 days ago
Author of the post here. This talk was one of the talks I watched when learning about allocators. I thought about writing a part of the post about this talk but I didn't have much time.
link
bitwize
359 days ago
So when people retool their application to use GC do they say "See you later, allocator!"?
...I'll be here all week. Try the veal!
link
layer8
359 days ago
It’s actually
without
GC that you have to see the allocator again later, to free the memory.
link