Skip to content

Commit 73a86b8

Browse files
committed
Release 1.3.6
1 parent 691344d commit 73a86b8

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 1.3.6
4+
- Fixed an omission where the invalidate index was sharing a cacheline with other members, leading to unnecessary performance loss
5+
36
## 1.3.5
47

58
- Added a performance optimization, where the atomic read index load can be avoided after reading wraps

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
cmake_minimum_required(VERSION 3.16)
55

66
project(lfbb
7-
VERSION 1.3.5
7+
VERSION 1.3.6
88
LANGUAGES C CXX
99
)
1010

lfbb/inc/lfbb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* This file is part of LFBB - Lock Free Bipartite Buffer
3535
*
3636
* Author: Djordje Nedic <nedic.djordje2@gmail.com>
37-
* Version: 1.3.5
37+
* Version: 1.3.6
3838
**************************************************************/
3939

4040
/************************** INCLUDE ***************************/

lfbb/src/lfbb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* This file is part of LFBB - Lock Free Bipartite Buffer
3535
*
3636
* Author: Djordje Nedic <nedic.djordje2@gmail.com>
37-
* Version: 1.3.5
37+
* Version: 1.3.6
3838
**************************************************************/
3939

4040
/************************** INCLUDE ***************************/

0 commit comments

Comments
 (0)