Open JakobOvrum opened 10 years ago
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.
@nogc
Recently eliminated a lot of dynamic memory allocations, but @nogc remains unattainable because of exceptions.
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
.