NuMem - safe(r) nogc memory managment

Guillaume Piolat first.name at gmail.com
Sat Dec 30 15:32:53 UTC 2023


On Saturday, 30 December 2023 at 15:17:36 UTC, Luna wrote:
>
>  * C++ style smart pointers (unique_ptr, shared_ptr, weak_ptr)
>  * C++ style vector type (with support for moving unique_ptr's 
> in!)

Indeed with numem you can have a relatively "C++11" experience 
with scoped ownership, which we intend to make use of because 
without GC it's easy to be plagued by leaks in user code.



More information about the Digitalmars-d-announce mailing list