Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 512 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 512 Bytes

triplebuffer-sync

C++ Template class for a Triple Buffer as a concurrency mechanism, using C++11 atomic operations.

Ported from C code made by remis-thoughts on his blog

####Compilation:

  • use -std=c++11 or -std=gnu++11
  • specify -march or equivalent for your architecture (for atomic implementation)