0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 23 hours ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Helpers for berkeley db tests. More... about 19 years ago
changes for diff, commit prior to deleteing a lot of old bdb cruft More... about 19 years ago
Major benchmark update; log force merging. More... about 19 years ago
now spawns multipler cleaner threads, and checks both for duplicated log entries and dropped log entries. More... about 19 years ago
Partially refactored logMemory and multiplexer into a fifo implementation. Added support to fifoPool for asynchronous threads running round-robin through the dirty fifos consuming entries in idle ones. More... about 19 years ago
multiplexer and fifo are now working. (also added removed some timeouts from tests that were timing out) More... about 19 years ago
Another commit on behalf of jimmy. (Fixing the build is hard!) More... about 19 years ago
Adding new files for jimmy... More... about 19 years ago
Initial implementation of logMemory.c. Haven't yet done any testing, but it seems to compile. However, as of now, the current source code in the cvs repository does not build, dying on check_<somehting (I think ringbuffer.x)>, due to an a reference to an undefined symbol 'mutex'. More... about 19 years ago
Added commit() call to inner while loop of linearHashNTAWriteRequests.c More... about 19 years ago
Test case for multiplexer (may not work..) More... about 19 years ago
Bugfixes (compiles now) More... about 19 years ago
Initial upload of (untested) multiplexer implementation. More... about 19 years ago
This commit breaks the build so that Jimmy and I can sync. Sorry. :( More... about 19 years ago
Initial version of consumer.h (accidentally uploaded an empty file last time..) More... about 19 years ago
New benchmark for bdb (still a work in progress...) More... about 19 years ago
Portability fixes for FreeBSD and Mac OS. Check broke compatibility w/ old versions; added #ifdef so that both versions of check will work. More... about 19 years ago
Preliminary benchmark program uploads for SEDA-style response time percentiles vs requests / second More... about 19 years ago
new benchmarks revealed that inserts for linkedList, pageOrientedList were taking O(n) time, yielding O(n^2) time to build a list, since the lists could not contain duplicate keys. These operations are now O(1), and the lists can contain duplicates. More... about 19 years ago
Fixed unit tests, added iterator interface, and generic (almost) iterator test harness. More... about 19 years ago
minor changes More... about 19 years ago
Partial implementation of ringbuffer for in-memory long, among other things. More... about 19 years ago
*** empty log message *** More... about 19 years ago
Preliminary outline. More... about 19 years ago
Initial import of outline and clone of Freenix paper. More... about 19 years ago
Fixes for freebsd. More... about 19 years ago
Compiles on FreeBSD! More... about 19 years ago
forgot to add this earlier... More... about 19 years ago
Fixed the support for more than MAX_TRANSACTION total transactions. More... about 19 years ago
autoconf macro for finding lladd. (only supports source tree versions of lladd for now, since lladd is uninstallable) More... about 19 years ago