Autocomplete Without a Round-Trip: Suggestions from a Frozen In-Memory Type List
·7 mins
When you type t:cre, the search box completes it to t:Creature before any network request leaves your browser. The type list lives in a frozen in-memory index, populated once at page load from the Rust engine.