feed/tags/sglang
SGLang
One explainer you can run, 2 glossary terms, and one reading ordered as a path, each with one line on why it earns your time.
glossary/ 2 terms
- RadixAttention
SGLang's prefix cache: every stored sequence is a path in a radix tree keyed by tokens, so a new request walks the tree as far as its prompt matches and computes only the remainder.
- SGLang
A serving engine and frontend language built around RadixAttention, its radix-tree prefix cache, and a compressed finite-state machine for fast constrained decoding.
advanced/ 1 entry
Current work, at the depth practitioners actually argue about.