Skip to content

nmraz/simplercu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple implementation of the Linux kernel's RCU synchronization primitive in userspace, using the membarrier system call to keep readers very lightweight.

This is a toy implementation and shouldn't be used in production: it is only very lightly tested, doesn't check for errors everywhere it probably should, and scales poorly with many updaters. See liburcu if you need a real implementation.

About

Toy userspace implementation of RCU using `membarrier` syscall

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published