Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 161 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 161 Bytes

Thread-Local Storage Based Read-Copy Update

The Linux Kernel style of Read-Copy Update. It uses thread-local storage to optimize the read-side lock overhead.