Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The GC situation is getting better:

- The language has the @nogc attribute to ensure at compile time that the GC is not used in a function or an entire module.

- The number of standard library functions that have the @nogc attribute is increasing by the minute. :)

- There is some effort to port Sociomantic's proprietary multi-threaded GC to D (theirs was written for D1).



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: