Web Analytics Made Easy - Statcounter

#Systems

Why FIFO is (almost) all you need for cache eviction

event person Juncheng Yang

Cache eviction is usually presented as a ranking problem. LRU ranks objects by recency. LFU ranks them by frequency. More advanced algorithms combine several signals, adapt their parameters, and maintain increasingly sophisticated data structures to decide which object is least valuable.

Read more →

MorphServe: Making Model Precision Elastic for Bursty LLM Serving

event person Juncheng Yang

Most LLM servers treat a deployed model as fixed: its weights have one precision, its KV cache has one memory budget, and both remain unchanged until the process restarts.

Read more →