diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2026-07-19 11:20:34 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2026-07-19 11:20:34 +0800 |
| commit | 61568cd8d254b794188352354902acd85bdc4739 (patch) | |
| tree | 82b132fb85eafcafeea533601d4135069a130b50 | |
| parent | 0e4cbe19fe802671685253b205bdf6ecd6df6bb3 (diff) | |
| download | www-61568cd8d254b794188352354902acd85bdc4739.tar.gz | |
Minor addition of article count to post.
| -rw-r--r-- | _log/site-search.md | 4 |
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 |
