Skip to content

2.0.0

Compare
Choose a tag to compare
@DNedic DNedic released this 27 May 15:44
· 65 commits to main since this release
  • 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 to false to avoid wasting memory