An open API service indexing awesome lists of open source software.

https://github.com/thenetadmin/lens-vans

Characterizing and Modeling Non-Volatile Memory Systems [MICRO'20, TopPicks'21]
https://github.com/thenetadmin/lens-vans

Last synced: 3 months ago
JSON representation

Characterizing and Modeling Non-Volatile Memory Systems [MICRO'20, TopPicks'21]

Awesome Lists containing this project

README

          

# Characterizing and Modeling Non-Volatile Memory Systems

This repo contains the source code for our MICRO 2020 paper [Characterizing and Modeling Non-Volatile Memory Systems](https://cseweb.ucsd.edu/~ziw002/files/micro20-lens-vans.pdf)

The tools are open sourced in separate GitHub repos, as they use different licenses:

1. [LENS: A Low-level NVRAM Profiler](https://github.com/TheNetAdmin/LENS)
2. [VANS: A Validated NVRAM Simulator](https://github.com/TheNetAdmin/VANS)

Technical issues should be redirected to the corresponding GitHub repos.

## Bibliography

```bibtex
@inproceedings{LENS-VANS,
author={Zixuan Wang and Xiao Liu and Jian Yang and Theodore Michailidis and Steven Swanson and Jishen Zhao},
booktitle={2020 53rd Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)},
title={Characterizing and Modeling Non-Volatile Memory Systems},
year={2020},
pages={496-508},
doi={10.1109/MICRO50266.2020.00049}
}
```