diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-01-04 23:38:59 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-01-04 23:38:59 -0500 |
commit | 51d401adc51074e9bfce0269d0be46bc4e295b59 (patch) | |
tree | cb3e465e954577cddf68c34e0dc77afcd603ef40 /doc | |
parent | 73420c24c626a957050d1537a8aed0b8114386a0 (diff) | |
parent | 5a2ffaca16cd31db7fd4ba8ed709aeff75ef8b42 (diff) | |
download | ikiwiki-51d401adc51074e9bfce0269d0be46bc4e295b59.tar ikiwiki-51d401adc51074e9bfce0269d0be46bc4e295b59.tar.gz |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tips/optimising_ikiwiki.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/optimising_ikiwiki.mdwn b/doc/tips/optimising_ikiwiki.mdwn index cf166998b..5840f2eba 100644 --- a/doc/tips/optimising_ikiwiki.mdwn +++ b/doc/tips/optimising_ikiwiki.mdwn @@ -168,7 +168,7 @@ Finally, let's think about how huge number of pages can affect ikiwiki. quickly, but still, lots more pages will make PageSpecs more expensive. * The backlinks calculation has to consider every link on every page - in the wiki. (In practice, most pages only like to at most a few dozen + in the wiki. (In practice, most pages only link to at most a few dozen other pages, so this is not a `O(N^2)`, but closer to `O(N)`.) * Ikiwiki also reads and writes an `index` file, which contains information |