Skip to content

Commit

Permalink
Release 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
DNedic committed Mar 26, 2024
1 parent 2b8f722 commit 8c24b34
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.3.7

- Added a performance optimization, where the atomic invalidate index load can be avoided after writing wraps

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

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.6
VERSION 1.3.7
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.6
* Version: 1.3.7
**************************************************************/

/************************** 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.6
* Version: 1.3.7
**************************************************************/

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

0 comments on commit 8c24b34

Please sign in to comment.