Request context: Add hazard pointer-based implementation
Summary: Add hazard-pointer-based implementation to allow concurrent reading during updates. This is done by using lightweight concurrent structures protected by hazard pointers instead of sequential structures protected by read locks. The implementation is gated by a gflag that is off by default. Reviewed By: davidtgoldblatt Differential Revision: D18622072 fbshipit-source-id: 120ba14a7a559883e64a3fdf81b35a26315312c1
Showing
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment