9 May
2013
9 May
'13
2:19 p.m.
On Thu, May 9, 2013 at 6:00 PM, Julien Nitard
My interpretation of a log library should be multiple producer single consumer, is there such a lockfree library (not patented) that boost could use ?
Boost.Log has an internal thread safe queue. It is not lock-free but it is quite efficient. There is Boost.LockFree library, although its data structures impose certain requirements on the stored types that are not suitable for Boost.Log.