Skip to content

Instantly share code, notes, and snippets.

@wenhuizhang
Last active March 25, 2025 10:59
Show Gist options
  • Save wenhuizhang/3e6bba13171cce042b51 to your computer and use it in GitHub Desktop.
Save wenhuizhang/3e6bba13171cce042b51 to your computer and use it in GitHub Desktop.
distributed systems readings

#Systems

Graduate level operating systems courses don't typically have notes - they all come with long reading lists taken from SOSP and other places. In this way, systems research is a bit more like a humanities subject: it's vital to read the primary sources.

#Databases

Distributed Algorithms

#Data Structures and Algorithms

#Discrete Mathematics and Probability
  • MIT 6.042J (OCW) - Elementary discrete maths, including graph theory and some combinatorics. Lecture slides are available, and good, but the real meat is in the readings.
<!-- FOOTER  -->
<div id="footer_wrap" class="outer">
  <footer class="inner">
    <p class="copyright">Distributed-systems-readings maintained by <a href="https://github.com/henryr">henryr</a></p>
    <p>Published with <a href="http://pages.github.com/">GitHub Pages</a></p>
  </footer>
</div>
@wugouzi
Copy link

wugouzi commented Feb 2, 2024

nice list, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment