Search: 3× faster on multi-term queries
For you: typing two words into search now returns results in roughly a third of the time it used to. On a 10,000-item workspace, that's 1–5 milliseconds — under the threshold of perception.
Under the hood: the new posting layout splits doc IDs, term frequencies, and field flags into parallel vectors, which the CPU prefetcher loves.
- P50 of 1.6ms, P99 of 4.8ms against a 10k-item community on iPhone.
- BM25-F scoring no longer needs to decode positions for filter-only queries.
- Existing indexes are upgraded in place on first launch — no resync required.