Mir Algorithm 3.4.1 - RCArray and RCPtr
Atila Neves
atila.neves at gmail.com
Wed Apr 24 13:19:47 UTC 2019
On Wednesday, 24 April 2019 at 10:52:14 UTC, jmh530 wrote:
> On Wednesday, 24 April 2019 at 01:34:58 UTC, 9il wrote:
>>
>> Thread safe RC Array and Ptr. Plus C++ headers for code
>> integration.
>>
>> [snip]
>
> Cool.
>
> Does this make any use of DIP1000? How is the run-time/memory
> performance vs. the GC versions?
Can't answer for mir, but automem uses DIP1000:
https://github.com/atilaneves/automem
I haven't profiled it against "the GC version", but it would
highly depend on the allocators used and the application.
More information about the Digitalmars-d-announce
mailing list