summaryrefslogtreecommitdiffstats
path: root/_log
diff options
context:
space:
mode:
Diffstat (limited to '_log')
-rw-r--r--_log/site-search.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/_log/site-search.md b/_log/site-search.md
index 1295c10..25c0c2c 100644
--- a/_log/site-search.md
+++ b/_log/site-search.md
@@ -25,8 +25,8 @@ my @sa = 0 .. (length($corpus) - 1);
}
```
-32-bit offsets provide a 4 GB ceiling—overkill for a personal site, but
-comforting to have.
+32-bit offsets provide a 4 GB ceiling—overkill for a personal site with 12
+articles, but comforting to have.
O(L⋅N log N) sort is the bottleneck. 100 4.1 KB articles took 97.9s to index.
L=64 fast path reduces that to 1.31s. Experimented with 16, 32, 128, and 256