Batching
Batching combines multiple requests so a model can process them more efficiently.
Category
These terms describe the main levers for lowering latency and using GPU memory more efficiently.
Terms that improve throughput when serving AI models.
In a daily board, this category groups terms by their shared role. Look for four cards that describe the same mechanism, risk area, or workflow rather than four words that merely sound similar.
These entries are vocabulary notes for learning. They are not project endorsements, token recommendations, exchange rankings, or trading signals.
Batching combines multiple requests so a model can process them more efficiently.
A KV cache stores past attention keys and values so generation can continue faster.
Quantization reduces numerical precision so models use less memory and often run faster.
Speculative decoding uses a smaller draft model to propose tokens before verification.
Batching combines multiple inference requests so they can run more efficiently together.
A KV cache stores key and value tensors so a model can reuse attention history.
Quantization reduces numerical precision to make model serving faster and lighter.
Throughput measures how many requests or tokens a serving system can process over time.