New2.0.10 Added a missing include in the Ring Buffer causing errors for `memcpy use Read full release & details
New2.0.9 Fixed the initialization order in the Bipartite Buffer constructor Fixed missing include for the std::pair use in the Bipartite Buffer Read full release & details
Fixed the initialization order in the Bipartite Buffer constructor Fixed missing include for the std::pair use in the Bipartite Buffer
New2.0.8 Added a performance optimization in the Bipartite Buffer, where the atomic invalidate index load can be avoided after writing wraps Read full release & details
Added a performance optimization in the Bipartite Buffer, where the atomic invalidate index load can be avoided after writing wraps
New2.0.7 Fixed an omission where the invalidate index of the Bipartite Buffer was sharing a cacheline with wrapping flags, leading to unnecessary performance loss Read full release & details
Fixed an omission where the invalidate index of the Bipartite Buffer was sharing a cacheline with wrapping flags, leading to unnecessary performance loss
New2.0.6 Added a performance optimization in the Bipartite Buffer, where the atomic read index load can be avoided after reading wraps Read full release & details
Added a performance optimization in the Bipartite Buffer, where the atomic read index load can be avoided after reading wraps