pagure Logo
  • Log In

libsds

Clone
Source Code
GIT
Documentation
GIT

Learn more about these different git repos.

Other Git URLs

  • Source
  • Docs
  • Issues  3
  • Roadmap 
  • Stats
 Overview  Files  Commits  Branches  Forks  Releases

6ca07b5 Can now free transactions out of order in the B+tree

Authored and Committed by William Brown 8 years ago
raw patch tree parent
12 files changed. 354 lines added. 44 lines removed.
Makefile.am
file modified
+1 -0
configure.ac
file modified
+1 -1
src/sds/bpt/common.c
file modified
+2 -2
src/sds/bpt/search.c
file modified
+1 -1
src/sds/bpt_cow/atomic.c
file added
+90
src/sds/bpt_cow/bpt_cow.c
file modified
+5 -16
src/sds/bpt_cow/txn.c
file modified
+149 -17
src/sds/core/utils.c
file modified
+1 -0
src/sds/sds.h
file modified
+45 -3
test/benchmark.c
file modified
+56 -1
test/test_fixtures.c
file modified
+1 -1
test/test_sds_cow.c
file modified
+2 -2
    Can now free transactions out of order in the B+tree
    
        
Makefile.am
file modified
+1 -0
configure.ac
file modified
+1 -1
src/sds/bpt/common.c
file modified
+2 -2
src/sds/bpt/search.c
file modified
+1 -1
src/sds/bpt_cow/atomic.c
file added
+90
src/sds/bpt_cow/bpt_cow.c
file modified
+5 -16
src/sds/bpt_cow/txn.c
file modified
+149 -17
src/sds/core/utils.c
file modified
+1 -0
src/sds/sds.h
file modified
+45 -3
test/benchmark.c
file modified
+56 -1
test/test_fixtures.c
file modified
+1 -1
test/test_sds_cow.c
file modified
+2 -2
Powered by Pagure 5.14.1
Documentation • File an Issue • About • SSH Hostkey/Fingerprint
© Red Hat, Inc. and others.