Explore >> Select a destination


You are here

jordi.inversethought.com
| | cigix.me
13.3 parsecs away

Travel
| | [AI summary] The provided text is a detailed excerpt from the C11 standard, specifically focusing on the C programming language's concurrency and synchronization mechanisms. It outlines the concepts of atomic operations, memory ordering, and the 'happens before' relationship, which are crucial for ensuring correct and predictable behavior in multi-threaded programs. The text also touches on environmental considerations, such as character sets and their representation in source and execution environments. The content is highly technical and intended for developers and language designers familiar with concurrent programming and low-level system interactions.
| | seb.wilzba.ch
9.9 parsecs away

Travel
| | You might have seen that I have been coding a lot in D lately and as a few weeks ago there was theExpressive C++17 Coding Challengewith its winner in C++ now...
| | www.noamross.net
18.6 parsecs away

Travel
| | This is an overview of tools for speeding up your R code that I wrote for the Davis R Users' Group. First, Ask "Why?" It's customary to quote Donald Knuth at this point, but instead I'll quote my twitter buddy Ted Hart to illustrate a point: I'm just going to say it.I like for loops in #Rstats, makes my code readable.All you [a-z]*ply snobs can shove it! - Ted Hart (@DistribEcology) March 12, 2013 Code optimization is a matter is a matter of personal taste and priorities.
| | www.ralfj.de
33.4 parsecs away

Travel
| My current research project - and the main topic of my PhD thesis - is about developing a semantic model of the Rust programming language and, most importantly, its type system. Rust is an ...