Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-12 | update | Joey Hess | |
2010-04-12 | fix bug | Joey Hess | |
2010-04-12 | implemented the other half of this | Joey Hess | |
Writing my own sort code actually was faster than the built in sort. Whee! (That's not supposed to happen, is it. ;) But, I need to make sure influences are calculated alright. | |||
2010-04-11 | optimization: pagespec_match_list with no num limit matches before sorting | Joey Hess | |
This can be a lot faster, since huge numbers of pages are not sorted only to mostly be thrown away. It sped up a build of my blog by at least 5 minutes. | |||
2010-04-11 | plan for more efficient pagespec_match_list sorting | Joey Hess | |
(smcv please note) |