Have u taking a look at *conc* https://github.com/redox-os/tfs/tree/master/conc …? (Made by @ticky for TFS) it uses hazard pointers.
-
-
-
I have! crossbeam-epoch and conc in fact have a lot in common. Regarding HP, my plan is to first build ad-hoc HP solutions for AtomicReference and crossbeam-deque, then generalize into a nice library. HP comes in many flavors with different tradeoffs so we need to experiment...
End of conversation
New conversation -
-
-
Since you intend to have both epoch and hazard-pointer based reclamation already, how about also adding quiescent-state-based reclamation? http://www.cs.toronto.edu/~tomhart/papers/tomhart_thesis.pdf …
-
We kind of already have QSBR - use EBR and call guard.repin() on quiescent states - it is effectively the same thing. :) https://docs.rs/crossbeam-epoch/0.7.1/crossbeam_epoch/struct.Guard.html#method.repin …
- 1 more reply
New conversation -
-
-
great work! hats off
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.