You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Bradley C. Kuszmaul 21be0ea0ef More progress. Right now the translation table is overwriting the actual data. Addresses #1000, #1080, #1131. 13 years ago
..
checksum-benchmarks Up 18 years ago
compression-ratio Measure compression ratio 18 years ago
hash-benchmarks Add sum64 18 years ago
locking-benchmarks measure the times of errorcheck mutexes 18 years ago
omt-with-o1-cursors Addresses #855, #856. Reworked ExpectedO(1) cursors to be as close 18 years ago
tests Block allocator works and is tested. Addresses #1080, #1031, #1000. 13 years ago
Makefile Block allocator works and is tested. Addresses #1080, #1031, #1000. 13 years ago
Makefile.include Some keyrange support. Addresess #764. 18 years ago
Makefile.new Move newbrt tests to subdir. Fixes #796. 18 years ago
block_allocator.c Block allocator works and is tested. Addresses #1080, #1031, #1000. 13 years ago
block_allocator.h Block allocator works and is tested. Addresses #1080, #1031, #1000. 13 years ago
bread.c Buffer the reading of the rollback file. Gains 5% on large transactions. Fixes #1002. 18 years ago
bread.h Buffer the reading of the rollback file. Gains 5% on large transactions. Fixes #1002. 18 years ago
brt-XY.c Rename a bunch of symbols to toku_symbols. Addresses #8. 18 years ago
brt-internal.h Compile with the block allocator. Addresses #1000, #1080, #1131. 13 years ago
brt-search.h Merge the 558 branch back to the main with 18 years ago
brt-serialize.c More progress. Right now the translation table is overwriting the actual data. Addresses #1000, #1080, #1131. 13 years ago
brt-test-helpers.c Incorporate blocknum code from 1080a. Runs a little, need a big run on coyote. Addresses #1000, #1080, #1131. 13 years ago
brt-verify.c Incorporate blocknum code from 1080a. Runs a little, need a big run on coyote. Addresses #1000, #1080, #1131. 13 years ago
brt.c More progress. Right now the translation table is overwriting the actual data. Addresses #1000, #1080, #1131. 13 years ago
brt.h Addresses #903 18 years ago
brtdump.c Deserialize the fifo header inside the header deserialization code instead of separately. Addresses #1131, #1080, #1000. 13 years ago
brttypes.h Block allocator works and is tested. Addresses #1080, #1031, #1000. 13 years ago
cachetable-rwlock.h Merge the multihreaded writer changes as 13 years ago
cachetable-writequeue.h Merge the multihreaded writer changes as 13 years ago
cachetable.c More progress. Right now the translation table is overwriting the actual data. Addresses #1000, #1080, #1131. 13 years ago
cachetable.h Incorporate blocknum code from 1080a. Runs a little, need a big run on coyote. Addresses #1000, #1080, #1131. 13 years ago
fifo.c Merge the changes for #871 and #406 into the main line as 18 years ago
fifo.h Merge the changes for #871 and #406 into the main line as 18 years ago
fingerprint.c Convert from crc to x1764. Fixes #1021. 18 years ago
hashfun.h Closes #567 18 years ago
hclip.c A tool for only printing the first few columns 18 years ago
key.c Use toku_assert instead of assert. Addresses #354. 18 years ago
key.h Rename the last bunch of symbols to toku_symbols. Closes #8. 18 years ago
kv-pair.h {{{test-recover3.tdb}}} doesn't crash during recovery now. (It crashes because it recovered to the wrong state.) Addresses #558. 18 years ago
leafentry.c Set more functions as inline. 18 years ago
leafentry.h Convert from crc to x1764. Fixes #1021. 18 years ago
list.h Rollback is working a little better. Addresses #27. 18 years ago
lock.h Add copyright 2008. Fixes #283. 18 years ago
log-internal.h Incorporate blocknum code from 1080a. Runs a little, need a big run on coyote. Addresses #1000, #1080, #1131. 13 years ago
log.c Block allocator works and is tested. Addresses #1080, #1031, #1000. 13 years ago
log.h Incorporate blocknum code from 1080a. Runs a little, need a big run on coyote. Addresses #1000, #1080, #1131. 13 years ago
logformat.c Incorporate blocknum code from 1080a. Runs a little, need a big run on coyote. Addresses #1000, #1080, #1131. 13 years ago
memarena.c Merge in the tokudb.1017 patches to the main branch. Fixes #1017. 18 years ago
memarena.h Merge in the tokudb.1017 patches to the main branch. Fixes #1017. 18 years ago
memory-debug.c Merge the 558 branch back to the main with 18 years ago
memory.c Block allocator works and is tested. Addresses #1080, #1031, #1000. 13 years ago
memory.h Block allocator works and is tested. Addresses #1080, #1031, #1000. 13 years ago
mempool.c delete the unused mempool compress feature 18 years ago
mempool.h delete the unused mempool compress feature 18 years ago
omt.c Addresses #1031 18 years ago
omt.h Addresses #1031 18 years ago
rbuf.h Incorporate blocknum code from 1080a. Runs a little, need a big run on coyote. Addresses #1000, #1080, #1131. 13 years ago
recover.c Incorporate blocknum code from 1080a. Runs a little, need a big run on coyote. Addresses #1000, #1080, #1131. 13 years ago
roll.c Merge in the tokudb.1017 patches to the main branch. Fixes #1017. 18 years ago
rwlock.c Add copyrights using #ident on the top of newbrt sources. Addresses #54. 18 years ago
tdb-recover.c Call {{{toku_malloc_cleanup}}} in {{{tdb_recover}}}. Fixes #552. 18 years ago
tdb_logprint.c Use toku_assert instead of assert. Addresses #354. 18 years ago
threadpool.c Merge the multihreaded writer changes as 13 years ago
threadpool.h Merge the multihreaded writer changes as 13 years ago
toku_assert.c Create continuable assertion failures. See #835 for how to use it. Fixes #835. 18 years ago
toku_assert.h Make toku_assert faster avoiding the call unless the expression fails. Addresses #794. 18 years ago
trace_mem.c add a in memory trace log with processor timestamps. closes #1042 18 years ago
trace_mem.h add a in memory trace log with processor timestamps. closes #1042 18 years ago
valgrind.suppressions More progress. Right now the translation table is overwriting the actual data. Addresses #1000, #1080, #1131. 13 years ago
wbuf.h Incorporate blocknum code from 1080a. Runs a little, need a big run on coyote. Addresses #1000, #1080, #1131. 13 years ago
x1764.c port to 32 bit linux 18 years ago
x1764.h Some files didn't merge right. Fixes #1021. 18 years ago
ybt.c Addresses #912 18 years ago
ybt.h Addresses #860 18 years ago