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/automemI haven't profiled it against "the GC version", but it would highly depend on the allocators used and the application.
