Build a Pure-Python Paged Attention KV-Cache with LRU and Frequency-Based Eviction
A hands-on guide to building a pure-Python paged attention KV-cache with LRU and frequency-based eviction policies — a portfolio project that demonstrates deep systems engineering skills.