You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Well, I should say, we can code a user-space RCU impl. I cannot create a
RCU that uses the kernel in pure C++ without using OS specific tools.
One nice thing, is that Windows has a user-space API call that makes a
decent, and fairly efficient RCU possible in user-space;
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
On 10/25/2016 6:00 PM, Chris M. Thomasson wrote:
> On 10/23/2016 4:49 PM, Chris M. Thomasson wrote:
>> Check out this nice presentation from synchronization genius: Paul E.
>> McKenney
>>
>> https://cppcon2016.sched.org/paulmckrcu >>
>> https://youtu.be/qcD2Zj9GgI4 >>
>>
>> And an excellent presentation by the very smart Anthony Williams:
>>
>> https://youtu.be/FaHJOkOrfNo >>
>>
>> I can code RCU in C++! Nice...
>
> Well, I should say, we can code a user-space RCU impl.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
On 10/26/2016 3:21 PM, Chris M. Thomasson wrote:
> On 10/25/2016 6:00 PM, Chris M. Thomasson wrote:
>> On 10/23/2016 4:49 PM, Chris M. Thomasson wrote:
>>> Check out this nice presentation from synchronization genius: Paul E.
>>> McKenney
>>>
>>> https://cppcon2016.sched.org/paulmckrcu >>>
>>> https://youtu.be/qcD2Zj9GgI4 >>>
>>>
>>> And an excellent presentation by the very smart Anthony Williams:
>>>
>>> https://youtu.be/FaHJOkOrfNo >>>
>>>
>>> I can code RCU in C++! Nice...
>>
>> Well, I should say, we can code a user-space RCU impl.
>
>
> Check is out:
>
> https://groups.google.com/d/topic/lock-free/X3fuuXknQF0/discussion > (please, read all if interested!)
>
> Proxy GC is RCU in nature...
My code can be found here wrt this subject of proxy gc: