Skip to content

Sequence locks for situations where reads are much more common than writes, while avoiding the problem of writer starvation.

License

Notifications You must be signed in to change notification settings

goodcleanfun/seqlock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seqlock

Sequence locks for situations where reads are much more common than writes, while avoiding the problem of writer starvation.

About

Sequence locks for situations where reads are much more common than writes, while avoiding the problem of writer starvation.

Resources

License

Stars

Watchers

Forks

Packages

No packages published