2006-10-28 07:10:13 +02:00
|
|
|
Ikiwiki has already been optimised a lot, however..
|
|
|
|
|
2006-03-24 05:04:37 +01:00
|
|
|
* Look at splitting up CGI.pm. But note that too much splitting can slow
|
|
|
|
perl down.
|
2006-10-28 05:27:10 +02:00
|
|
|
|
2006-10-28 07:07:56 +02:00
|
|
|
* 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.
|