arXiv Artificial Intelligence

PEEK: Predictive Queue-Informed KV Cache Management for LLM Serving

PEEK: Predictive Queue-Informed KV Cache Management for LLM Serving

Quick summary

arXiv:2607.02525v2 Announce Type: replace-cross Abstract: We present PEEK, a lightweight scheduling and eviction framework for both online (streaming) and offline (batch) LLM serving; this paper focuses on the online regime. PEEK maintains an incremental radix tree over the pending queue, exposing prefix-sharing clusters no existing engine surfaces. A low-overhead dual-walk matches the tree against the engine's prefix cache to yield longest-prefix-match for every waiting request; PEEK then admits cluster pioneers first so siblings inherit the freshly cached prefix, a co-designed eviction hook

Key takeaways

  • arXiv:2607.02525v2 Announce Type: replace-cross Abstract: We present PEEK, a lightweight scheduling and eviction framework for both online (streaming) and offline (batch) LLM serving; this paper focuses on the online regime.
  • PEEK maintains an incremental radix tree over the pending queue, exposing prefix-sharing clusters no existing engine surfaces.
  • A low-overhead dual-walk matches the tree against the engine's prefix cache to yield longest-prefix-match for every waiting request; PEEK then admits cluster pioneers first so siblings inherit the freshly cached prefix, a co-designed eviction hook

Why it matters

The value of this work lies as much in how it was tested as in the claim itself. Sample design, baselines, uncertainty and replication help separate a laboratory result from real-world impact.

Kaynak sitede devamını oku: arXiv Artificial Intelligence ↗