| Commit message (Expand) | Author | Age | Files | Lines |
| * | appropriately renamed | Matthew Sackman | 2009-12-04 | 1 | -6/+6 |
| * | cough, splutter, sneeze etc | Matthew Sackman | 2009-12-04 | 1 | -1/+1 |
| * | segments now stored in array, not dict | Matthew Sackman | 2009-12-04 | 1 | -95/+93 |
| * | cosmetic | Matthias Radestock | 2009-12-04 | 1 | -3/+3 |
| * | refactoring | Matthew Sackman | 2009-12-04 | 1 | -34/+39 |
| * | combined steps 3 and 4 of init, and made segment_find have the same type as d... | Matthew Sackman | 2009-12-04 | 1 | -75/+78 |
| * | cosmetic | Matthias Radestock | 2009-12-03 | 1 | -13/+11 |
| * | What a difference, two characters make... | Matthew Sackman | 2009-12-03 | 1 | -1/+1 |
| * | Make the arrays fixed size and tell them the max size. The don't actually tak... | Matthew Sackman | 2009-12-03 | 1 | -1/+1 |
| * | Switched to using array instead of dict for the inner journal. It's about 10%... | Matthew Sackman | 2009-12-03 | 1 | -70/+72 |
| * | If I write it this way then it saves code and is maybe slightly faster. maybe. | Matthew Sackman | 2009-12-03 | 1 | -30/+22 |
| * | merge heads | Matthew Sackman | 2009-12-03 | 1 | -7/+7 |
| |\ |
|
| | * | cosmetic | Matthias Radestock | 2009-12-03 | 1 | -7/+7 |
| * | | Abstracted the segment caching in the qi, and associated improvements as not ... | Matthew Sackman | 2009-12-03 | 1 | -119/+131 |
| |/ |
|
| * | Some renaming in the fhc and associated changes in qi and ms. | Matthew Sackman | 2009-12-03 | 3 | -20/+24 |
| * | source code file compression | Matthew Sackman | 2009-12-03 | 1 | -6/+5 |
| * | cosmetic | Matthias Radestock | 2009-12-02 | 1 | -6/+7 |
| * | Up to 11kHz persistent on my home machine. Still a little way off the 13kHz t... | Matthew Sackman | 2009-12-02 | 2 | -30/+106 |
| * | Allowed the journal to grow substantially bigger. This helps performance subs... | Matthew Sackman | 2009-12-02 | 1 | -1/+1 |
| * | New qi in place, tested and debugged. It works. It's not quite as fast as bef... | Matthew Sackman | 2009-12-02 | 4 | -1460/+594 |
| * | Finished. It might work - untested though | Matthew Sackman | 2009-12-02 | 1 | -35/+217 |
| * | More good progress on qi3. The code still almost looks pretty in places. Its ... | Matthew Sackman | 2009-12-02 | 1 | -7/+175 |
| * | Lots of good progress on qi3. The code almost looks pretty in places | Matthew Sackman | 2009-12-02 | 1 | -36/+377 |
| * | Wrote two key combinators which will be used by the new queue index shortly. ... | Matthew Sackman | 2009-12-01 | 1 | -0/+159 |
| * | Only pull in one segment at a time from γ into q3 | Matthew Sackman | 2009-11-30 | 1 | -8/+9 |
| * | Remove the garbage_collect call as this doesn't seem to be necessary in R13B03 | Matthew Sackman | 2009-11-30 | 1 | -3/+1 |
| * | Garbage collect on memory reduction; remove delayed_write in queue index as w... | Matthew Sackman | 2009-11-30 | 3 | -4/+8 |
| * | Removal of unnecessary clause in handle_info for queue process as prefetcher ... | Matthew Sackman | 2009-11-27 | 2 | -9/+4 |
| * | Removed mnesia table and dq_msg_loc record that's no longer needed | Matthew Sackman | 2009-11-27 | 1 | -10/+5 |
| * | There was a bug. Now it has gone away. It arose when γ has a partial segment... | Matthew Sackman | 2009-11-27 | 2 | -35/+110 |
| * | storage_mode is long gone | Matthias Radestock | 2009-11-27 | 1 | -1/+1 |
| * | unintended variable capture | Matthias Radestock | 2009-11-27 | 1 | -6/+7 |
| * | s/full_flush_journal/flush_journal and some refactoring | Matthias Radestock | 2009-11-26 | 4 | -56/+41 |
| * | better const names | Matthias Radestock | 2009-11-26 | 1 | -17/+17 |
| * | cosmetic | Matthias Radestock | 2009-11-26 | 1 | -33/+41 |
| * | cosmetic and inlining | Matthias Radestock | 2009-11-26 | 1 | -33/+33 |
| * | use ?SERVER wherever possible | Matthias Radestock | 2009-11-26 | 1 | -1/+1 |
| * | Don't demonitor if we received a DOWN msg. | Matthew Sackman | 2009-11-26 | 1 | -6/+10 |
| * | remove unnecessary comment | Matthew Sackman | 2009-11-26 | 1 | -3/+0 |
| * | Added demonitoring, corrected counting on deregistering, and got fed up with ... | Matthew Sackman | 2009-11-26 | 1 | -43/+49 |
| * | Don't need this variable anymore | Matthew Sackman | 2009-11-26 | 1 | -2/+1 |
| * | Remove the small_duration_threshold, and instead smooth the ram_msg_count ove... | Matthew Sackman | 2009-11-26 | 2 | -38/+16 |
| * | SMALL_INFINITY_OSCILLATION_DURATION => SMALL_DURATION_THRESHOLD | Matthew Sackman | 2009-11-26 | 1 | -9/+8 |
| * | s/b(.)t/s\1m/ | Matthew Sackman | 2009-11-26 | 1 | -1/+1 |
| * | Improved documentation and code regarding fast moving mainly empty queues and... | Matthew Sackman | 2009-11-26 | 1 | -35/+59 |
| * | beautifuler | Matthew Sackman | 2009-11-26 | 1 | -5/+2 |
| * | Improvements to documentation, further improvements to conditional and refact... | Matthew Sackman | 2009-11-26 | 1 | -33/+32 |
| * | Further correction to conditional; line lengths; extract all magic numbers an... | Matthew Sackman | 2009-11-26 | 1 | -17/+40 |
| * | Lots of improvements: o) merge the dict and ets; use a record there; o) drop ... | Matthew Sackman | 2009-11-26 | 1 | -39/+44 |
| * | Added deregister and stop to MM | Matthew Sackman | 2009-11-26 | 2 | -20/+35 |