- 15 Jun, 2014 21 commits
-
-
John Esmet authored
-
John Esmet authored
-
John Esmet authored
-
John Esmet authored
-
John Esmet authored
-
John Esmet authored
each transaction's ranges instead of a hand-rolled buffer.
-
John Esmet authored
-
John Esmet authored
-
John Esmet authored
db->getf_set now perform zero mallocs. Also, move the is_temporary bit into the cursor constructor.
-
John Esmet authored
-
John Esmet authored
-
John Esmet authored
-
John Esmet authored
-
John Esmet authored
-
John Esmet authored
functor instead of a macro for iterate.
-
John Esmet authored
-
John Esmet authored
-
John Esmet authored
-
John Esmet authored
-
John Esmet authored
rest of the code base
-
John Esmet authored
appropriate headers
-
- 14 Jun, 2014 3 commits
-
-
Leif Walsh authored
-
Leif Walsh authored
This reverts commit d051cb71.
-
Leif Walsh authored
This reverts commit 467a5a99.
-
- 09 Jun, 2014 3 commits
-
-
zkasheff authored
Variable key overwrite dmt
-
John Esmet authored
-
John Esmet authored
using different length (but equal) keys, using various overwrite methods and interleaved aborts.
-
- 04 Jun, 2014 4 commits
-
-
Zardosht Kasheff authored
-
Zardosht Kasheff authored
-
Zardosht Kasheff authored
This reverts commit c58c4949.
-
Zardosht Kasheff authored
-
- 30 May, 2014 1 commit
-
-
Rich Prohaska authored
-
- 29 May, 2014 3 commits
-
-
Leif Walsh authored
-
Leif Walsh authored
-
Leif Walsh authored
-
- 28 May, 2014 2 commits
-
-
zkasheff authored
changed ft-verify to work with promotion
-
Leif Walsh authored
fixes #250
-
- 27 May, 2014 1 commit
-
-
John Esmet authored
partial eviction would fail to move stale messages out of the fresh message tree before serializing them to memory.
-
- 25 May, 2014 2 commits
-
-
John Esmet authored
Optimize rightmost inserts and unique checks using a constant rightmost leaf and a heuristic stored in the FT
-
John Esmet authored
non-root leaf node in each FT. When the FT detects a rightmost insertion pattern, it attempts to do inserts and unique checks directly into the rightmost leaf node, greatly optimizing sequential insert speed.
-