summaryrefslogtreecommitdiff
path: root/doc/todo/smarter_sorting.mdwn
AgeCommit message (Collapse)Author
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)