JakobOvrum / Dirk

IRC library for the D programming language
http://jakobovrum.github.io/Dirk/
Other
27 stars 7 forks source link

@nogc #6

Open JakobOvrum opened 10 years ago

JakobOvrum commented 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.

JakobOvrum commented 9 years ago

Recently eliminated a lot of dynamic memory allocations, but @nogc remains unattainable because of exceptions.