5 papers
ClawMobile: Rethinking Smartphone-Native Agentic Systems
Hongchao Du, Shangyu Wu, Qiao Li +4
Smartphones represent a uniquely challenging environment for agentic systems. Unlike cloud or desktop settings, mobile devices combine constrained execution contexts, fragmented co…
Characterize LSM-tree Compaction Performance via On-Device LLM Inference
Jiabiao Ding, Yina Lv, Qiao Li +2
Modern key-value storage engines built on Log-Structured Merge-trees (LSM-trees), such as RocksDB and LevelDB, rely heavily on the performance of their compaction operations, which…
Device-Level Optimization Techniques for Solid-State Drives: A Survey
Tianyu Ren, Yajuan Du, Jinhua Cui +3
Solid-state drives (SSDs) have revolutionized data storage with their high performance, energy efficiency, and reliability. However, as storage demands grow, SSDs face critical cha…
ContiguousKV: Accelerating LLM Prefill with Granularity-Aligned KV Cache Management
Jing Zou, Shangyu Wu, Hancong Duan +2
Efficiently serving Large Language Models (LLMs) with persistent Prefix Key-Value (KV) Cache is critical for applications like conversational search and multi-turn dialogue. Servin…
Rethinking LSM-tree based Key-Value Stores: A Survey
Yina Lv, Qiao Li, Quanqing Xu +4
LSM-tree is a widely adopted data structure in modern key-value store systems that optimizes write performance in write-heavy applications by using append writes to achieve sequent…