Explore >> Select a destination


You are here

blog.jcoglan.com
| | tenthousandmeters.com
15.0 parsecs away

Travel
| | As you probably know, the GIL stands for the Global Interpreter Lock, and its job is to make the CPython interpreter thread-safe. The GIL allows...
| | sookocheff.com
13.8 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.
| | clojure-doc.org
14.0 parsecs away

Travel
| | This guide covers:
| | blog.yoshuawuyts.com
101.1 parsecs away

Travel
|