Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
commit
51d401adc5
|
@ -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.
|
quickly, but still, lots more pages will make PageSpecs more expensive.
|
||||||
|
|
||||||
* The backlinks calculation has to consider every link on every page
|
* 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)`.)
|
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
|
* Ikiwiki also reads and writes an `index` file, which contains information
|
||||||
|
|
Loading…
Reference in New Issue