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.

From Parallel to Concurrent [video]

126 pointsby mr_tyzicalmost 11 years ago

6 comments

__Jokeralmost 11 years ago
I like the distinction provided in this hn comment <a href="https://news.ycombinator.com/item?id=5711232#up_5714834" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=5711232#up_5714834</a>
评论 #7857008 未加载
评论 #7857823 未加载
评论 #7857410 未加载
seanewestalmost 11 years ago
He did a similar talk in 2012 titled &#x27;Concurrency is not Parallelism&#x27;<p>Link: <a href="http://vimeo.com/49718712" rel="nofollow">http:&#x2F;&#x2F;vimeo.com&#x2F;49718712</a>
kopparamalmost 11 years ago
Very nice talk. I too sometimes get confused in what true concurrency means. Also, I think people are not looking at this because of the &quot;msdn&quot; :P
评论 #7857245 未加载
评论 #7856817 未加载
评论 #7856666 未加载
评论 #7856494 未加载
snarfyalmost 11 years ago
I like this definition: <a href="https://news.ycombinator.com/item?id=5715394" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=5715394</a><p>Concurrency is a property of the problem - no dependencies between tasks. Parallelism is a solution which uses that property.<p>This definition doesn&#x27;t require (erroneous) distinctions between single and multicore systems. If I use a single core system to emulate a multicore system complete with emulated clock cycles and what not, are the emulated programs running concurrently or in parallel? From which point of view? The definition shouldn&#x27;t dictate an implementation.
mseepgoodalmost 11 years ago
Wow, CPU centuries, petabytes
mortenlarsenalmost 11 years ago
An actual direct video download link that you can just wget. Works without javascript, without 15 HTTP redirects and no registration. I am speechless.
评论 #7856652 未加载
评论 #7856838 未加载
评论 #7858950 未加载