Skip to content

Commit

Permalink
Release 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DNedic committed Feb 26, 2024
1 parent 691344d commit 73a86b8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.3.6
- Fixed an omission where the invalidate index was sharing a cacheline with other members, leading to unnecessary performance loss

## 1.3.5

- Added a performance optimization, where the atomic read index load can be avoided after reading wraps
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
cmake_minimum_required(VERSION 3.16)

project(lfbb
VERSION 1.3.5
VERSION 1.3.6
LANGUAGES C CXX
)

Expand Down
2 changes: 1 addition & 1 deletion lfbb/inc/lfbb.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* This file is part of LFBB - Lock Free Bipartite Buffer
*
* Author: Djordje Nedic <[email protected]>
* Version: 1.3.5
* Version: 1.3.6
**************************************************************/

/************************** INCLUDE ***************************/
Expand Down
2 changes: 1 addition & 1 deletion lfbb/src/lfbb.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* This file is part of LFBB - Lock Free Bipartite Buffer
*
* Author: Djordje Nedic <[email protected]>
* Version: 1.3.5
* Version: 1.3.6
**************************************************************/

/************************** INCLUDE ***************************/
Expand Down

0 comments on commit 73a86b8

Please sign in to comment.