▲ | bob1029 2 days ago | |||||||||||||
Use of a GC does not imply we are trying to avoid memory management or no longer have a say in how memory is utilized. Getting sweaty chasing around esoteric memory management strategies leads to poor designs, not good ones. | ||||||||||||||
▲ | rudedogg 2 days ago | parent [-] | |||||||||||||
> Getting sweaty chasing around esoteric memory management strategies I’m advocating learning about, and understanding a couple different allocation strategies and simplifying everything by doing away with the GC and minimizing the abstractions you need. My guess is this stuff used to be harder, but it’s now much easier with the languages and knowledge we have available. Even for application development. See https://www.rfleury.com/p/untangling-lifetimes-the-arena-all... | ||||||||||||||
|