Tag: Performance Engineering

2 articles

  • A systematic guide to continuous batching for LLM serving: core principles, scheduling strategies, KV Cache constraints, engineering deployment steps, and monitoring metrics. Covers the full path from proof-of-concept to production, helping teams boost throughput while controlling tail latency in high-concurrency scenarios.

  • A systematic guide to Speculative Decoding for LLM inference: principles, engineering trade-offs, model selection, monitoring metrics, and common pitfalls. Learn when and how to deploy draft models for latency reduction.