Hacker News
- Clojure: from concurrency to parallelism http://blip.tv/file/4645227 2 comments
- Go concurrency isn't parallelism: Real world lessons with Monte Carlo sims http://www.soroushjp.com/2015/02/07/go-concurrency-is-not-parallelism-real-world-lessons-with-monte-carlo-simulations/ 52 comments
- Red Hat at the ISO C++ Standards Meeting: Parallelism and Concurrency https://developerblog.redhat.com/2015/06/16/red-hat-at-the-iso-c-standards-meeting-may-2015-parallelism-and-concurrency/ 4 comments
Lobsters
- Parallelism and concurrency need different tools http://www.yosefk.com/blog/parallelism-and-concurrency-need-different-tools.html 3 comments programming
- Common Lisp - "The Tutorial" Part 14 - Concurrent and Parallel Programming https://docs.google.com/document/d/10MGPC7j4lpGrMlQS4xtQTEGrvpBecgDUnqu1OrjSVxk/edit?usp=sharing 11 comments lisp
- Concurrency != Parallelism https://monades.roperzh.com/concurrency-is-different-than-parallelism/ 7 comments erlang
- Concurrency != Parallelism https://monades.roperzh.com/concurrency-is-different-than-parallelism/ 5 comments elixir
- Some examples of parallel but not concurrent processing https://news.ycombinator.com/item?id=15824457 4 comments compsci
- 1/21 SF Meetup: Concurrency and Parallelism http://www.meetup.com/Rust-Bay-Area/events/227841778/ 10 comments rust
- Parallelism and Concurrency, Revisited http://existentialtype.wordpress.com/2014/04/09/parallelism-and-concurrency-revisited/ 5 comments programming
- Book review: Parallel and Concurrent Programming in Haskell http://www.serpentine.com/blog/2014/03/18/book-review-parallel-and-concurrent-programming-in-haskell/ 17 comments haskell
- Herb Sutter - Concurrency and Parallelism http://channel9.msdn.com/shows/going+deep/c-and-beyond-2012-herb-sutter-concurrency-and-parallelism 3 comments programming
- Concurrency is not Parallelism (it's better) - A talk by Rob Pike http://concur.rspace.googlecode.com/hg/talk/concur.html#landing-slide 4 comments golang
- Tutorial: Parallel and Concurrent Programming in Haskell :: PDF http://community.haskell.org/~simonmar/par-tutorial.pdf 7 comments haskell
- Parallelism ≠ Concurrency http://ghcmutterings.wordpress.com/2009/10/06/parallelism-concurrency?ftw 144 comments programming
- Parallelism ≠ Concurrency http://ghcmutterings.wordpress.com/2009/10/06/parallelism-concurrency/ 4 comments haskell
- Parallelism /= Concurrency http://ghcmutterings.wordpress.com/2009/10/06/parallelism-concurrency/ 3 comments programming
- How to download images in parallel with Swift Concurrency https://youtu.be/MjfEpYs5XA4 7 comments swift
- Joined futures will run concurrently, NOT in parallel https://docs.rs/futures/0.3.1/futures/future/fn.join_all.html 27 comments rust
- From Concurrent to Parallel - InfoQ Brian Goetz https://www.infoq.com/presentations/tecniques-parallelism-java 19 comments java
- What are some interesting topics in web dev related to concurrent & parallel programming? https://www.reddit.com/r/webdev/comments/5bg629/what_are_some_interesting_topics_in_web_dev/ 4 comments webdev
- Parallel and Concurrent Programming in Haskell (online version, part of Atlas beta) http://chimera.labs.oreilly.com/books/1230000000929/index.html 37 comments haskell
- C++ and Beyond 2012: Herb Sutter - Concurrency and Parallelism http://channel9.msdn.com/shows/going+deep/c-and-beyond-2012-herb-sutter-concurrency-and-parallelism 8 comments cpp
- Simon Marlow's Parallel and Concurrent Programming Haskell Tutorial :: PDF slides http://community.haskell.org/~simonmar/cefp1.pdf 4 comments programming
- Simon Marlow's Parallel and Concurrent Programming Haskell (slides) http://plc.inf.elte.hu/cefp/programme.html 3 comments haskell
- The Monad.Reader Issue 19: Parallelism and Concurrency http://themonadreader.files.wordpress.com/2011/10/issue19.pdf 10 comments haskell
- Concurrency, Parallelism, and the D programming language http://davesdprogramming.wordpress.com/2011/04/07/7/ 50 comments programming
- Measuring Parallel Performance: Optimizing a Concurrent Queue http://www.ddj.com/article/printablearticle.jhtml;jsessionid=pbszsufvtvlomqsndloskh0cjunn2jvn?articleid=212201163&dept_url=/hpc-high-performance-computing/ 3 comments programming
- Concurrent Version of Embarrassingly Parallel Algorithms from <algorithm> https://github.com/mrenaud92/cxx-utils/blob/master/concurrent/algorithm.hxx 11 comments cpp
- Simon Marlow writing O'Reilly book on Parallel and Concurrent Haskell http://www.haskell.org/pipermail/haskell/2012-may/023328.html 6 comments programming
- ANNOUNCE: forthcoming O'Reilly book on Parallel and Concurrent Haskell http://www.haskell.org/pipermail/haskell/2012-may/023328.html 12 comments haskell
- An early look at ThreadScope, a tool for profiling concurrent and parallel Haskell programs http://chplib.wordpress.com/2009/10/19/an-early-look-at-threadscope/ 12 comments programming
- Erlang 2007 == Java 1995? Parallels between arguments against concurrency and GC http://plasmasturm.org/log/478/ 38 comments programming
- SF Meetup Live Stream: Concurrency and Parallelism - video goes live at 7pm PST! https://air.mozilla.org/bay-area-rust-meetup-january-2016/ 5 comments rust
- Does Swift's new concurrency features allow parallel processing on multiple cores? https://developer.apple.com/documentation/dispatch/dispatchqueue/2016088-concurrentperform 5 comments swift
- Stroustrup highlights next C++ goals: Parallelism, concurrency http://www.infoworld.com/article/2840344/c-plus-plus/stroustrop-c-goals-parallelism-concurrency.html 8 comments cpp
- Slides for 7 lectures on Parallel and Concurrent Haskell (including GPU programming with Accelerate) http://community.haskell.org/~simonmar/slides/cadarache2012/ 11 comments haskell
- "In a concurrent world, imperative is the wrong default": Data Parallel Haskell (pdf) http://dataparallel.googlegroups.com/web/unsw%20cgo%20dp%202007.pdf 5 comments programming
- Red Hat at the ISO C++ Standards Meeting (November 2017): Parallelism and Concurrency - RHD Blog https://developers.redhat.com/blog/2017/12/01/red-hat-iso-c-standards-meeting-november-2017-parallelism-concurrency/ 5 comments cpp
- Next-generation concurrency: Why thread-based application parallelism is not the future http://www.ibm.com/developerworks/java/library/j-nothreads/index.html?ca=drs- 32 comments programming