|
|
|
|
|
by dataflow
1224 days ago
|
|
No, it's about pure D code. Some (many) people just don't want a GC in their program and that's why they use C++. If they switch to D, they'll have to put up with a GC if any of their dependencies needs one, and the probability of that being the case is... high. |
|
The GC also doesn't run if you don't call it so mitigating it's downsides while keeping the good aspects isn't all that hard.