Skip to content

Files

Latest commit

b1a0afb · Apr 29, 2022

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.