|
|
|
|
|
by jasonthorsness
355 days ago
|
|
Applications should use more special-purpose memory allocators. Much of the complexity in memory management is designing for an unknown usage pattern and things can be quite simple when allocator is specialized and patterns are predictable. This is difficult though in higher-level languages. Go tried and failed with arenas. |
|
Has some shortcomings, but I think it should work.