Rust moving away from GC into reference counting

Paulo Pinto pjmlp at progtools.org
Mon Jun 3 02:10:13 PDT 2013


Even as GC fanboy, I have to admit that reference counting is in 
trend for system languages.

Rust developers are thinking to move GC support to the language 
library while keeping reference counting as the main way to deal 
with memory management.

http://pcwalton.github.io/blog/2013/06/02/removing-garbage-collection-from-the-rust-language/

Quite in sync with the latest discussions going on.

--
Paulo


More information about the Digitalmars-d mailing list