|
|
|
|
|
by vitriol83
3813 days ago
|
|
I don't think that one can necessarily equate systems programming with manual memory management (see e.g. Go). It's true that manual memory management will (probably) be more efficient and more predictable, but ultimately depends on how important that is in your application. |
|