Explore >> Select a destination


You are here

blog.regehr.org
| | davmac.wordpress.com
10.3 parsecs away

Travel
| | A discussion of undefined behaviour and compiler optimisation, particularly in regards to signed integer overflow. C (and C++) compilers are becoming notorious for exploiting the notion of undefined behaviour - the idea that certain things a program might do have no behaviour proscribed by the language standard, and that the compiler can assume the program...
| | www.yodaiken.com
10.0 parsecs away

Travel
| |
| | qsantos.fr
7.9 parsecs away

Travel
| |
| | www.uraimo.com
97.2 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.