Explore >> Select a destination


You are here

dreamrunner.org
| | uraimo.com
16.6 parsecs away

Travel
| | Discussions on how concurrency should be handled natively in Swift will soon start, new paradigms will be introduced and a swifty approach to concurrency will be defined. This article is an introduction to these topics, it could be useful if you plan to contribute to swift-evolution or even if you just want to experiment with something new using the recommended opensource libraries.
| | bartoszmilewski.com
12.8 parsecs away

Travel
| | The question that's been bugging me lately was: How does C++ make the use atomic variables both portable and efficient. I knew how Java volatile worked--it enforced sequential consistency, which is not always the most efficient thing to do. C++0x has atomic variables which also enforce sequential consistency when used in the default mode. Without...
| | www.modernescpp.com
42.0 parsecs away

Travel
| |
| | syprog.blogspot.com
82.3 parsecs away

Travel
| Source code for this article may be found here . The problem of software security has already been raised in my previous articles more ...