Dirk
Dirk copied to clipboard
@nogc
There are currently a fair number of dynamic allocations that can be eliminated, and GC allocations that can be moved to the C heap. Most of the API should be @nogc.
Recently eliminated a lot of dynamic memory allocations, but @nogc remains unattainable because of exceptions.