/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

begriffs.com
| | sookocheff.com
7.7 parsecs away

Travel
| | Writing correct programs is hard; writing correct concurrent programs is harder. Java Concurrency in Practice. So, why bother with concurrency? A number of reasons: Concurrency provides a natural method for composing asynchronous code. Concurrency allows your program to avoid blocking user operations. Concurrency provides one of the easiest ways take advantage of multi core systems. As processor counts increase, exploiting concurrency will be an even more important facet of high performance systems.
| | www.internalpointers.com
6.3 parsecs away

Travel
| | Synchronizing threads at a lower level.
| | rakhim.org
7.4 parsecs away

Travel
| | [AI summary] This article summarizes Rob Pike's talk on the difference between concurrency and parallelism, using Go's Goroutines and channels to demonstrate how to design safe, scalable systems that can be parallelized.
| | mmhaskell.com
28.6 parsecs away

Travel
| [AI summary] This article compares Functional Programming and Object Oriented Programming paradigms, discussing their key differences, strengths, weaknesses, and how Haskell fits into the functional paradigm.