khizmax/libcds

Remove cds::gc::HRC

Closed this issue · 6 comments

Remove cds::gc::HRC SMR, reason:

  1. It is complex and unstable GC
  2. It is inefficient GC - no performance benefit

Remove all container's specialization for gc::HRC

TreiberStack done

MSQueue, MoirQueue done

BasketQueue done

OptimisticQueue, RWQueue done

Done, committed to dev (e4c3bdf)

Merged to master