Issue Downloads
Trinity: High-Performance and Reliable Mobile Emulation through Graphics Projection
Mobile emulation, which creates full-fledged software mobile devices on a physical PC/server, is pivotal to the mobile ecosystem. Unfortunately, existing mobile emulators perform poorly on graphics-intensive apps in terms of efficiency and compatibility. ...
PMAlloc: A Holistic Approach to Improving Persistent Memory Allocation
- Zheng Dang,
- Shuibing He,
- Xuechen Zhang,
- Peiyi Hong,
- Zhenxin Li,
- Xinyu Chen,
- Haozhe Song,
- Xian-He Sun,
- Gang Chen
Persistent memory allocation is a fundamental building block for developing high-performance and in-memory applications. Existing persistent memory allocators suffer from many performance issues. First, they may introduce repeated cache line flushes and ...
Boki: Towards Data Consistency and Fault Tolerance with Shared Logs in Stateful Serverless Computing
Bokiis a new serverless runtime that exports a shared log API to serverless functions. Boki shared logs enable stateful serverless applications to manage their state with durability, consistency, and fault tolerance. Boki shared logs achieve high ...