TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Best CS Research Papers to read?

10 pointsby bgarover 11 years ago
I'm a sophomore CS student, and would like to start deepening my knowledge much more. What are some good papers to start reading (as in, not so complicated that the content will go over my head).

4 comments

teerayover 11 years ago
&quot;Raft: A distributed Consensus Protocol&quot; (<a href="https://ramcloud.stanford.edu/wiki/download/attachments/11370504/raft.pdf" rel="nofollow">https:&#x2F;&#x2F;ramcloud.stanford.edu&#x2F;wiki&#x2F;download&#x2F;attachments&#x2F;1137...</a>) would be a very valuable thing to look at for a sophomore CS student. I imagine it&#x27;s a bit different than what you&#x27;ve studied so far, but the protocol was designed for understandability and ease of implementation above all else. As a result, it&#x27;s gained quite a bit of interest from the industry, and you&#x27;ll find implementations in Go, Erlang, Java, etc. to pick apart.
评论 #7181897 未加载
vasinovover 11 years ago
Here is a collection of great computer science papers to get you started: <a href="http://jeffhuang.com/best_paper_awards.html" rel="nofollow">http:&#x2F;&#x2F;jeffhuang.com&#x2F;best_paper_awards.html</a><p>It includes some intermediate and pretty advanced topics.
评论 #7181880 未加载
tjrover 11 years ago
One favorite of mine is Danny Hillis&#x27; dissertation on the connection machine:<p><a href="http://dspace.mit.edu/bitstream/handle/1721.1/14719/18524280.pdf" rel="nofollow">http:&#x2F;&#x2F;dspace.mit.edu&#x2F;bitstream&#x2F;handle&#x2F;1721.1&#x2F;14719&#x2F;18524280...</a><p>And not really a research paper, but if you haven&#x27;t read it, you&#x27;d might enjoy Guy Steele&#x27;s <i>Growing a Language</i>:<p><a href="http://www.cs.virginia.edu/~evans/cs655/readings/steele.pdf" rel="nofollow">http:&#x2F;&#x2F;www.cs.virginia.edu&#x2F;~evans&#x2F;cs655&#x2F;readings&#x2F;steele.pdf</a>
评论 #7181919 未加载
runT1MEover 11 years ago
Nothing changed my worldview as much as this paper did, which I only saw a couple years ago. Less you think I&#x27;m some easily impressed fad chasing newb, I&#x27;ve been programming professionally for 13+ years<p><a href="http://ttic.uchicago.edu/~dreyer/course/papers/wadler.pdf" rel="nofollow">http:&#x2F;&#x2F;ttic.uchicago.edu&#x2F;~dreyer&#x2F;course&#x2F;papers&#x2F;wadler.pdf</a>