|
|
|
|
|
by vlowther
263 days ago
|
|
It isn't even really that -- most CLI tools are single-threaded and have a short lifespan, so your memory allocation strategy can be as simple as allocating what you need as you go along and then letting program termination clean it up. |
|