0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 14, 2023 — Jun 14, 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... over 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... over 19 years ago
multiplexer and fifo are now working. (also added removed some timeouts from tests that were timing out) More... over 19 years ago
Another commit on behalf of jimmy. (Fixing the build is hard!) More... over 19 years ago
Adding new files for jimmy... More... over 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... over 19 years ago
Added commit() call to inner while loop of linearHashNTAWriteRequests.c More... over 19 years ago
Test case for multiplexer (may not work..) More... over 19 years ago
Bugfixes (compiles now) More... over 19 years ago
Initial upload of (untested) multiplexer implementation. More... over 19 years ago
This commit breaks the build so that Jimmy and I can sync. Sorry. :( More... over 19 years ago
Initial version of consumer.h (accidentally uploaded an empty file last time..) More... over 19 years ago
New benchmark for bdb (still a work in progress...) More... over 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... over 19 years ago
Preliminary benchmark program uploads for SEDA-style response time percentiles vs requests / second More... over 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... over 19 years ago
Fixed unit tests, added iterator interface, and generic (almost) iterator test harness. More... over 19 years ago
minor changes More... over 19 years ago
Partial implementation of ringbuffer for in-memory long, among other things. More... over 19 years ago
*** empty log message *** More... over 19 years ago
Preliminary outline. More... over 19 years ago
Initial import of outline and clone of Freenix paper. More... over 19 years ago
Fixes for freebsd. More... over 19 years ago
Compiles on FreeBSD! More... over 19 years ago
forgot to add this earlier... More... over 19 years ago
Fixed the support for more than MAX_TRANSACTION total transactions. More... over 19 years ago
autoconf macro for finding lladd. (only supports source tree versions of lladd for now, since lladd is uninstallable) More... over 19 years ago