stasis-aries-wal/stasis/page/compression
2008-12-02 21:45:58 +00:00
..
binary_search.h Binary search implementations 2008-06-08 20:45:04 +00:00
compression.h Added supoort for binary search to page lookups 2008-06-08 20:28:53 +00:00
for-impl.h added optional template arguments to FOR and RLE to let callers specify the size of delta_t and copy_count_t, resepectively. 2008-10-27 23:35:51 +00:00
for.h added optional template arguments to FOR and RLE to let callers specify the size of delta_t and copy_count_t, resepectively. 2008-10-27 23:35:51 +00:00
multicolumn-impl.h All headers now live in the header directory. (stasis/, not src/stasis) 2008-04-13 04:02:57 +00:00
multicolumn.h Fixed some documentation warnings, and clarified a few points. 2008-04-17 06:29:34 +00:00
nop.h Fixed some documentation warnings, and clarified a few points. 2008-04-17 06:29:34 +00:00
pageLayout.h All headers now live in the header directory. (stasis/, not src/stasis) 2008-04-13 04:02:57 +00:00
pluginDispatcher.h All headers now live in the header directory. (stasis/, not src/stasis) 2008-04-13 04:02:57 +00:00
pstar-impl.h All headers now live in the header directory. (stasis/, not src/stasis) 2008-04-13 04:02:57 +00:00
pstar.h Fixed some documentation warnings, and clarified a few points. 2008-04-17 06:29:34 +00:00
rle-impl.h did away with memoization for rle_ (cost of mutex was too high). pthread_[get|set]specific does not provide enough keys to make sense as an alternative 2008-11-27 00:08:59 +00:00
rle.h did away with memoization for rle_ (cost of mutex was too high). pthread_[get|set]specific does not provide enough keys to make sense as an alternative 2008-11-27 00:08:59 +00:00
staticMulticolumn.h defensively check that caller locked pages as appropriate 2008-11-26 07:12:51 +00:00
staticTuple.h add an explicit ID parameter to StaticTuple. Instantiators of StaticTuple need to make sure this is different for each static tuple type that may coexist in the same page file. This allows multiple copies of rose to run at once. 2008-12-02 21:45:58 +00:00
tuple.h Fixed some documentation warnings, and clarified a few points. 2008-04-17 06:29:34 +00:00