Mir Algorithm 3.4.1 - RCArray and RCPtr

jmh530 john.michael.hall at gmail.com
Wed Apr 24 17:32:30 UTC 2019


On Wednesday, 24 April 2019 at 14:05:28 UTC, 9il wrote:
> [snip]
>
> RC types are created to be used with DIP1000. Plus, Mir 
> Algorithm used in production with this DIP. See configuration 
> "dips" [1]
>
> Well, the allocator support is not ready yet. But the 
> mir_rc_context already contains `void* allocator` that will be 
> replaced in the future with nothrow @nogc allocator interface 
> (maybe this or next year). For now, Mir RC types are like a C++ 
> shared_ptr without allocators and with the same performance.
>
> 1. 
> https://github.com/libmir/mir-algorithm/blob/master/dub.sdl#L26

Thanks.


More information about the Digitalmars-d-announce mailing list