Skip to content

My modern C++ implementations of a lock-free ring buffer for both SPSC and MPSC with minimal memory orders, icache load, and cache coherence, as well as optimized arithmetic and elimination of false sharing, for maximum efficiency. The writer is in fact wait-free in the SPSC case.

Notifications You must be signed in to change notification settings

arajni3/my_lock_free_spsc_and_mpsc_ring_buffers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

About

My modern C++ implementations of a lock-free ring buffer for both SPSC and MPSC with minimal memory orders, icache load, and cache coherence, as well as optimized arithmetic and elimination of false sharing, for maximum efficiency. The writer is in fact wait-free in the SPSC case.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages