summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* With R13B03, it would appear we need to be slightly more hesitant: currently ...Matthew Sackman2009-12-031-1/+1
* What a difference, two characters make...Matthew Sackman2009-12-031-1/+1
* Make the arrays fixed size and tell them the max size. The don't actually tak...Matthew Sackman2009-12-031-1/+1
* Switched to using array instead of dict for the inner journal. It's about 10%...Matthew Sackman2009-12-031-70/+72
* If I write it this way then it saves code and is maybe slightly faster. maybe.Matthew Sackman2009-12-031-30/+22
* merge headsMatthew Sackman2009-12-031-7/+7
|\
| * cosmeticMatthias Radestock2009-12-031-7/+7
* | Abstracted the segment caching in the qi, and associated improvements as not ...Matthew Sackman2009-12-031-119/+131
|/
* Some renaming in the fhc and associated changes in qi and ms.Matthew Sackman2009-12-033-20/+24
* source code file compressionMatthew Sackman2009-12-031-6/+5
* cosmeticMatthias Radestock2009-12-021-6/+7
* Up to 11kHz persistent on my home machine. Still a little way off the 13kHz t...Matthew Sackman2009-12-022-30/+106
* Allowed the journal to grow substantially bigger. This helps performance subs...Matthew Sackman2009-12-021-1/+1
* New qi in place, tested and debugged. It works. It's not quite as fast as bef...Matthew Sackman2009-12-024-1460/+594
* Finished. It might work - untested thoughMatthew Sackman2009-12-021-35/+217
* More good progress on qi3. The code still almost looks pretty in places. Its ...Matthew Sackman2009-12-021-7/+175
* Lots of good progress on qi3. The code almost looks pretty in placesMatthew Sackman2009-12-021-36/+377
* Wrote two key combinators which will be used by the new queue index shortly. ...Matthew Sackman2009-12-011-0/+159
* Only pull in one segment at a time from γ into q3Matthew Sackman2009-11-301-8/+9
* Remove the garbage_collect call as this doesn't seem to be necessary in R13B03Matthew Sackman2009-11-301-3/+1
* Garbage collect on memory reduction; remove delayed_write in queue index as w...Matthew Sackman2009-11-303-4/+8
* Removal of unnecessary clause in handle_info for queue process as prefetcher ...Matthew Sackman2009-11-272-9/+4
* Removed mnesia table and dq_msg_loc record that's no longer neededMatthew Sackman2009-11-272-12/+5
* There was a bug. Now it has gone away. It arose when γ has a partial segment...Matthew Sackman2009-11-273-39/+116
* storage_mode is long goneMatthias Radestock2009-11-271-1/+1
* unintended variable captureMatthias Radestock2009-11-271-6/+7
* s/full_flush_journal/flush_journal and some refactoringMatthias Radestock2009-11-264-56/+41
* better const namesMatthias Radestock2009-11-261-17/+17
* cosmeticMatthias Radestock2009-11-261-33/+41
* cosmetic and inliningMatthias Radestock2009-11-261-33/+33
* use ?SERVER wherever possibleMatthias Radestock2009-11-261-1/+1
* Don't demonitor if we received a DOWN msg.Matthew Sackman2009-11-261-6/+10
* remove unnecessary commentMatthew Sackman2009-11-261-3/+0
* Added demonitoring, corrected counting on deregistering, and got fed up with ...Matthew Sackman2009-11-261-43/+49
* Don't need this variable anymoreMatthew Sackman2009-11-261-2/+1
* Remove the small_duration_threshold, and instead smooth the ram_msg_count ove...Matthew Sackman2009-11-262-38/+16
* SMALL_INFINITY_OSCILLATION_DURATION => SMALL_DURATION_THRESHOLDMatthew Sackman2009-11-261-9/+8
* s/b(.)t/s\1m/Matthew Sackman2009-11-261-1/+1
* Improved documentation and code regarding fast moving mainly empty queues and...Matthew Sackman2009-11-261-35/+59
* beautifulerMatthew Sackman2009-11-261-5/+2
* Improvements to documentation, further improvements to conditional and refact...Matthew Sackman2009-11-261-33/+32
* Further correction to conditional; line lengths; extract all magic numbers an...Matthew Sackman2009-11-261-17/+40
* Lots of improvements: o) merge the dict and ets; use a record there; o) drop ...Matthew Sackman2009-11-261-39/+44
* Added deregister and stop to MMMatthew Sackman2009-11-262-20/+35
* merge default into bug21673Matthias Radestock2009-11-251-1/+2
|\
| * cosmeticMatthias Radestock2009-11-251-2/+3
* | merge default into bug21673Matthias Radestock2009-11-251-45/+47
|\ \ | |/
| * put things in (the right) orderMatthias Radestock2009-11-251-22/+22
| * merge bug22042 into defaultMatthias Radestock2009-11-251-22/+24
| |\
| | * don't use rabbit_log; use gen_server, not 2; correct long linesMatthew Sackman2009-11-251-14/+16