Explore >> Select a destination


You are here

www.mikeash.com
| | www.playembedded.org
5.5 parsecs away

Travel
| | In this article, we will explain what race conditions are and provide examples to help you understand their impact on multi-threading applications. We will also introduce a powerful tool to prevent race conditions: the mutex. We will explain what a
| | preshing.com
5.6 parsecs away

Travel
| | The double-checked locking pattern (DCLP) is a bit of a notorious case study in lock-free programming. Up until 2004, there was no safe way to implement it in Java. Before C++11, ...
| | cigix.me
5.3 parsecs away

Travel
| |
| | www.cosive.com
55.8 parsecs away

Travel
| The Rust programming language sent ripples through the programming community when it was first released in 2015, promising the blazing speed of lower-level programming languages without the accompanying sharp edges. Four and a half years on, many programmers still view Rust with a mix of intrigue and trepidation due to its appealing premise and notoriously difficult learning curve. We sat down with one of Cosive's Senior Developers, Sid Odgers, to talk about why he believes more programmers should take the plunge and learn Rust.