https://github.com/psiace/system-research
A collection about system research.
https://github.com/psiace/system-research
Last synced: 6 months ago
JSON representation
A collection about system research.
- Host: GitHub
- URL: https://github.com/psiace/system-research
- Owner: PsiACE
- Created: 2024-04-04T08:33:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T14:41:51.000Z (about 2 years ago)
- Last Synced: 2025-02-01T22:13:28.077Z (over 1 year ago)
- Size: 1000 Bytes
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# System Research
> In general, finding a good problem is important for system research.
Unfortunately, more often than not, I struggle to identify such a problem. In [this repository](https://github.com/PsiACE/system-research), I aim to share some materials that I have found particularly beneficial throughout my brief journey.
## General
- Keshav, S. (2007). **How to read a paper**. ACM SIGCOMM Computer Communication Review, 37(3), 83-84. https://dl.acm.org/doi/abs/10.1145/1273445.1273458
> The "three-pass" approach is described in just two pages.
- Ousterhout, J. (2018). **Always measure one level deeper**. Communications of the ACM, 61(7), 74-83. https://dl.acm.org/doi/fullHtml/10.1145/3213770
> The only way to become expert is through trial and error. This article describes how to conduct performance measurement well.