@pkhuong @tobinbaker
#hazardpointers w/o the membar was done as POC around this time
https://groups.google.com/g/comp.programming.threads/c/XU6BtGNSkF0/m/AmWXvkGn3DAJ?pli=1
EBR wait-free w/o membar implementation (smrproxy) in here https://github.com/jseigh/proxies
Also there are about 2 or more ways to do #waitfree hazard pointers. See postings in https://jseigh.wordpress.com/
@jwseigh thanks for the pointers! @pkhuong has been namedropping proxy reclamation but I haven't seen it in the concurrency lit so I look forward to checking out your github repo and blog posts!
btw I'm getting tired of constant customer issues from GC delay with EBR, and looking for alternatives (we abandoned hazptrs many years ago because of overhead but EBR is just a different kind of poison).