Hacker News new | ask | show | jobs
by ntrel 5078 days ago
> D's garbage collection is global, and either off or on

That makes it sound like you can't use GC and manual memory management together; you can - std.container uses manual memory management internally for max efficiency.