Low Latency
Everything on SkillVeris tagged Low Latency — collected across the glossary, study notes, blog, and cheat sheets.
4 resources across 1 library
Interview Questions(4)
How to Design Search Autocomplete (Typeahead)
Search autocomplete is designed with a trie (or a precomputed top-K index per prefix) built offline from query logs, served from an in-memory cache so each key…
How Do You Design a Live Streaming Service?
A live streaming service ingests a broadcaster’s video via a low-latency protocol (RTMP or WebRTC), transcodes it into multiple bitrates in near real time, pac…
How to Design a Typeahead Search Service
A typeahead search service returns ranked suggestions for a partial query in tens of milliseconds by pre-building a trie or prefix index of popular queries off…
How to Design an Ad Serving System?
An ad serving system is designed around an ultra-low-latency ad-selection path (typically under 100ms) that ranks pre-indexed, targeted candidate ads from an i…