Skip to content

CharaVerKys/two-threaded-forward-iteration-ring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dont believe this any code before sanity check, make your own tests, assert outputs etc

lock-free-forward-iteration-ring

specific task thread safe ring

noFixedSizeRing:

a operations with this ring aren't truly thread-safe i use buffer m_size*n, if your read operations too long set bigger N read operation assumed to perform one run == full iteration

fastRing:

a operations with this ring aren't truly thread-safe i use buffer 2^pow, depend on enum Size read operation assumed to perform one run == full iteration

About

specific task thread safe ring

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages