File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 44cmake_minimum_required (VERSION  3.16)
55
66project (lfbb
7-     VERSION  1.3.5 
7+     VERSION  1.3.6 
88    LANGUAGES C CXX
99)
1010
Original file line number Diff line number Diff line change 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 ***************************/ 
Original file line number Diff line number Diff line change 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 ***************************/ 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments