|
|
|
|
|
by gavinray
1218 days ago
|
|
The garbage collection is an optional feature you can disable though There's a lot of "@nogc" D code out there. Audio FX plugins that do realtime DSP and game/graphics stuff come to mind. I'd rather have the language give me a choice because it's very convenient to have. You'd be surprised how performant even GC'ed code in D's can be. |
|
Not if you wish to use the standard library though right ?