Posts by Collection

portfolio

publications

Software challenges for persistent fabric-attached memory

Published in The 13th USENIX Symposium on Operating Systems Design and Implementation (OSDI 2018)

Haris Volos, Kimberly Keeton, Yupu Zhang, Milind Chabbi, Se Kwon Lee, Mark Lillibridge, Yuvraj Patel, and Wei Zhang, Poster at the 13th USENIX Symposium on Operating Systems Design and Implementation (OSDI 2018).

Memory-Oriented Distributed Computing at Rack Scale

Published in The 9th ACM Symposium on Cloud Computing (SOCC 2018)

Haris Volos, Kimberly Keeton, Yupu Zhang, Milind Chabbi, Se Kwon Lee, Mark Lillibridge, Yuvraj Patel, and Wei Zhang, Poster at the 9th ACM Symposium on Cloud Computing (SOCC 2018).

iDO: Compiler-Directed Failure Atomicity for Nonvolatile Memory

Published in The 51st Annual IEEE/ACM International Symposium on Microarchitecture (MICRO 2018)

[paper]

Qingrui Liu, Joseph Izraelevitz, Se Kwon Lee, Michael L. Scott, Sam H. Noh, and Changhee Jung, Proceedings of the 51st Annual IEEE/ACM International Symposium on Microarchitecture (MICRO 2018).

talks

teaching

Spring 2015 TA for System Programming

Undergraduate course, Hongik University, Computer Engineering, 2015

The goal of this course is to introduce the fundamental organization and structure of computer systems. This is done in the context of system related C programming. Topics include Boolean logic, data representation, processor organization, input/output, memory organization, machine-level code, system support software and communication that form the basis of upper-level systems courses.

Spring 2016 TA for Objec-Oriented Programming

Undergraduate course, UNIST (Ulsan National Institute of Science & Technology), Computer Science and Engineering, 2016

The main focus of this course is to develop object-oriented programming skills and to make students comfortable with C++ class implementation. This course requires students to implement a large number of small to medium-sized programs.

Fall 2018 TA for Elements of Software Design (CS 313E)

Undergraduate course, The University of Texas at Austin, Computer Science, 2018

This is the second course in the Elements of Software series. The emphasis of this course is on software development using object-oriented methodology. This course includes how to design software, how to create reusable software components, and how to compose programs from already available components. Furthermore, students learn about some basic data structures and algorithms and how to match the data structures and algorithms to problems.