2.0.0
- Added multi-producer multi-consumer Queue and Priority Queue data structures
- Important: SPSC data structures have been moved to the
spsc
namespace - Important: Cacheline padding is now the default behaviour as analytics showed most people are using the library on cache coherent systems, for embedded systems it is necessary to set
LOCKFREE_CACHE_COHERENT
tofalse
to avoid wasting memory