Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 382 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 382 Bytes

Quiescent-State-Based Reclamation

Designing high throughput server is hard. One of the problems we often encounter is how to update internal data structures that sustain mostly read traffic.

Paul E McKenney conducted a thorough comparison of most performant implementations within this scheme. One of them is a cooperative algorithm called "Quiescent-State-Based Reclamation".