summaryrefslogtreecommitdiff
path: root/doc/todo/smarter_sorting.mdwn
AgeCommit message (Collapse)Author
2010-04-12updateJoey Hess
2010-04-12fix bugJoey Hess
2010-04-12implemented the other half of thisJoey 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-11optimization: pagespec_match_list with no num limit matches before sortingJoey 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-11plan for more efficient pagespec_match_list sortingJoey Hess
(smcv please note)