From 61568cd8d254b794188352354902acd85bdc4739 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sun, 19 Jul 2026 11:20:34 +0800 Subject: Minor addition of article count to post. --- _log/site-search.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_log/site-search.md') 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 -- cgit v1.2.3