Tagged "kv-cache-management"
4 articles tagged kv-cache-management, 14 February 2026 to 18 April 2026. Newest first.
-
Sorting 1M u64 KV-Pairs in 20ms on i9-13980HX Using Branchless Rust Implementation
A deep dive into extreme performance optimisation for in-memory operations using branchless Rust code, achieving sub-20ms throughput for million-element datasets. Directly applicable to KV-cache and token management in local LLM inference.
-
GPU Memory for LLM Inference (Part 1)
A detailed technical guide exploring GPU memory optimization strategies for running large language models efficiently during inference, critical knowledge for anyone deploying LLMs locally with limited VRAM.
-
Intel Updates LLM-Scaler-vLLM With Support For More Qwen3/3.5 Models
Intel has expanded LLM-Scaler-vLLM compatibility to include additional Qwen3 and Qwen3.5 models, improving inference optimization for self-hosted deployments on Intel hardware.
-
NVIDIA's Dynamic Memory Sparsification Cuts LLM Inference Costs by 8x
NVIDIA introduces Dynamic Memory Sparsification technique that reduces LLM reasoning costs by 8x through intelligent KV cache management without accuracy loss.