Re: Mir Algorithm 3.4.1 - RCArray and RCPtr

2019-04-24 Thread jmh530 via Digitalmars-d-announce
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* alloca

Re: Mir Algorithm 3.4.1 - RCArray and RCPtr

2019-04-24 Thread 9il via Digitalmars-d-announce
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 versio

Re: Mir Algorithm 3.4.1 - RCArray and RCPtr

2019-04-24 Thread Atila Neves via Digitalmars-d-announce
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 versio

Re: Mir Algorithm 3.4.1 - RCArray and RCPtr

2019-04-24 Thread jmh530 via Digitalmars-d-announce
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?

Mir Algorithm 3.4.1 - RCArray and RCPtr

2019-04-23 Thread 9il via Digitalmars-d-announce
Thread safe RC Array and Ptr. Plus C++ headers for code integration. https://github.com/libmir/mir-algorithm Docs: http://mir-algorithm.libmir.org http://mir-algorithm.libmir.org/mir_rc_array.html http://mir-algorithm.libmir.org/mir_rc_ptr.html Also, Ndslice and Series RC wrappers are availa