New article – C/C++ reference counting with atomic variables and gcc

This article explains how to implement performance critical reference counting in C/C++ program, using atomic variables and gcc. Enjoy it.

Read the article here.

Related posts:

  1. C/C++ reference counting with atomic variables and gcc
  2. Multithreaded simple data type access and atomic variables
  3. pthread mutex vs pthread spinlock

Did you know that you can receive periodical updates with the latest articles that I write right into your email box? Alternatively, you subscribe to the RSS feed!

Want to know how? Check out
Subscribe page

Leave a Reply