aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/optimisations.mdwn
blob: 582c03ef1f3fc63850270f1c4e74232ff796e47c (plain)
1
2
3
4
5
6
7
8
Ikiwiki has already been optimised a lot, however..

* Look at splitting up CGI.pm. But note that too much splitting can slow
  perl down.

* The backlinks calculation code is still O(N^2) on the number of pages.
  If backlinks info were stored in the index file, it would go down to
  constant time for iterative builds, though still N^2 for rebuilds.