p4checo

↗ HN profile [ 28.4 ms ] full profile
Karma
4
Created
March 2, 2012 (14y ago)
Submissions
0
[ my public key: https://keybase.io/apneves; my proof: https://keybase.io/apneves/sigs/Aq9j3vbjLUuQK_5hKG9jvbZZx36XhBHLiBAPcGMR7iw ]
  1. I have recently made a port to C++11 using std::atomic of a triple buffer to be used as a concurrency sync mechanism. The idea behind this thread sync approach is that for a producer-consumer situation where you have a…