.. |
concurrentHash.h
|
moved in-memory data structures and hash functions to util/
|
2011-06-13 10:19:44 +00:00 |
crc32.h
|
moved in-memory data structures and hash functions to util/
|
2011-06-13 10:19:44 +00:00 |
doubleLinkedList.h
|
moved in-memory data structures and hash functions to util/
|
2011-06-13 10:19:44 +00:00 |
hash.h
|
moved in-memory data structures and hash functions to util/
|
2011-06-13 10:19:44 +00:00 |
hashFunctions.h
|
switch concurrent hash to crc32
|
2011-07-07 22:14:28 +00:00 |
histogram.h
|
fix linker error in build
|
2011-03-18 23:35:26 +00:00 |
latches.h
|
move gcc atomic stuff into centralized location, add methods for atomically manipulating 64 bit integers (since 32 bit machines need gcc to emit special instructions)
|
2011-07-15 17:34:44 +00:00 |
latchStats.h
|
move latching stuff to util/, blobs to operations/
|
2011-06-13 11:26:25 +00:00 |
lhtable.h
|
moved in-memory data structures and hash functions to util/
|
2011-06-13 10:19:44 +00:00 |
linkedlist.h
|
moved in-memory data structures and hash functions to util/
|
2011-06-13 10:19:44 +00:00 |
log2.h
|
add stasis_round_up_to_power_of_two
|
2010-10-03 15:41:19 +00:00 |
min.h
|
fix compiler warnings regarding min and concurrentRingbuffer
|
2011-04-20 20:34:39 +00:00 |
multiset.h
|
add util/multiset; optimize flush with target lsn
|
2010-11-13 06:03:30 +00:00 |
redblack.h
|
moved in-memory data structures and hash functions to util/
|
2011-06-13 10:19:44 +00:00 |
ringbuffer.h
|
fix deadlock in filePool logger. The deadlock was due to pages being evicted before Tupdate() released the log entry for writeback. Now, we track another timestamp, so that Tupdate() starts with something analogous to a writelock, and downgrades it to a readlock before pinning pages, and invoking callbacks
|
2011-07-15 17:37:50 +00:00 |
rw.h
|
moved in-memory data structures and hash functions to util/
|
2011-06-13 10:19:44 +00:00 |
slab.h
|
add custom slab allocator for stlredblack
|
2010-11-13 06:08:57 +00:00 |
stlredblack.h
|
moved in-memory data structures and hash functions to util/
|
2011-06-13 10:19:44 +00:00 |
stlslab.h
|
add custom slab allocator for stlredblack
|
2010-11-13 06:08:57 +00:00 |
time.h
|
add stasis_double_to_timeval()
|
2011-04-18 20:08:40 +00:00 |