paper

My paper introducing DAMON and related works has accepted to appear in the HPDC 2022

My paper introducing DAMON and related works for making Linux a more data access-aware operating system has been accepted to be presented by the HPDC'22. The title of the paper is “DAOS: Data Access-aware Operating System”.

OSDI 2021 papers summary

This post is for recording some notes from a few OSDI'21 papers that I got fun. DMon: Efficient Detection and Correction of Data Locality Problems Using Selective Profiling https://www.usenix.org/system/files/osdi21-khan.pdf DMon is a compiler-based data locality optimization system. The approach is quite similar to that of daphicx or similar things. It injects data access profiling code in the target program, build and run it with some workload, collect the profiling code-generated results, analyze the profile results to figure out what kind of optimization can provide some benefit to the program, injects the optimization code in the program, built it again, and deploy the version to the production.

Watching OSDI 2020 presentation videos

I set watching at least one OSDI'20 presentation video per day during the long vacation as one of my plans. A large scale analysis of hundreds of in-memory cache clusters at Twitter https://www.youtube.com/watch?v=OQtMM5vdhlI&feature=emb_title The authors traced and analyzed the workloads on the Twitter’s in-memory cache systems. To me, below findings were interesting. There are many write requests. Size of each object is not so big (median 200 bytes), so metadata, which sizes 64 bytes per each object, is a burden Size of each key is not small compared to the size of each value.

My paper has accepted to appear in the EuroSys2020

The last research paper I wrote before joining my current team, has been accepted to be presented by the EuroSys'20. The title of the paper is “An HTM-Based Update-side Synchronization for RCU on NUMA systems”.

I will have a talk at the Hotstorage'19

HotStorage'19 에 제출한 제 최근 연구에 대한 논문이 accept 되어 7월에 해당 워크샵에서 이에 대한 내용을 발표하게 되었습니다. 논문 제목은 “Automating Context Based Access Pattern Hint Injection for System Performance and Swap Storage Durability” 입니다.

The Paper about GCMA Accepted to TC

A paper about GCMA project has accepted to a top-level computer science journal, Transactions on Computers[1]. It will be published soon. [1] https://www.computer.org/web/tc