Skip to content

I want to investigate the efficiency of different ring buffer setups. How does false sharing on seperate cores for producers and consumers impact performance? How does branch prediction impact the system??

Notifications You must be signed in to change notification settings

AsherValentini/ring-buffers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ring-buffers

Latency investigation.

  • cache line bouncing
  • false sharing
  • RMW semantics
  • cycles per op
  • instructions per op

About

I want to investigate the efficiency of different ring buffer setups. How does false sharing on seperate cores for producers and consumers impact performance? How does branch prediction impact the system??

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published