wterl/c_src
2013-07-18 13:14:54 -04:00
..
async_nif.h Queue depth and num workers can race, so make sure that we start at least one worker when there are none active for that queue. 2013-07-15 16:51:08 -04:00
build_deps.sh Update to WiredTiger 1.6.3. Fix a condition where a mutex was unlocked twice on eagain when queues were all full. 2013-07-15 12:21:10 -04:00
common.h Update debugging messages a bit. Fix a bug in the signature function. 2013-06-18 13:49:25 -04:00
queue.h Evict older half of items in the cache by removing items from the end of the list, don't waste cycles computing timestamps. 2013-07-02 22:23:32 -04:00
snappy-1.0.4.tar.gz bzero isn't portable, use memset instead. Include bzip2 and snappy source for use by WT block compression 2013-04-14 21:23:57 +00:00
wiredtiger-build.patch WIP: basho_bench tests are running fine now, need more work to ensure cache is functioning properly. 2013-06-05 11:41:41 -04:00
wterl.c Remove the MRU, it wasn't really effective in most cases anyway and complicated logic (and was buggy). For now the cache mutex will be hot, but eventually I hope to move the cache to a lock-free dequeue. khash.h and cas.h aren't used anymore, so they have been removed. 2013-07-18 13:14:54 -04:00