|
|
|
|
|
by HippoBaro
806 days ago
|
|
For the kind of software I write there are two cases: (1) the hot path for which I will always have custom allocators and avoid allocations and (2) everything else. For (1) GC or not it doesn’t make a difference, I’ll opt-out. For (2) GC is really convenient and correct. |
|