Re: [lock-free] Fast single-reader many-writer concurrent hash table

2015-03-16 Thread Dmitry Vyukov
On Mon, Mar 16, 2015 at 4:22 AM, sbahra wrote: > Hi all, > > I'd love your thoughts on > http://backtrace.io/blog/blog/2015/03/13/workload-specialization/ or at > least hope it's useful to some folks! I've been using this a few years now, > and decided to spend some time documenting the mechanism.

Re: [lock-free] Fast single-reader many-writer concurrent hash table

2015-03-16 Thread Samy Al Bahra
On Mon, Mar 16, 2015 at 3:54 AM, Dmitry Vyukov wrote: [...] > > The way you do compaction (Probe Sequence Modification) is very nice! Glad you like it, and it is applicable to MPMC transformation as well. :-) > > I don't see any mention of SMR in the Delete section. But I guess you > still requ