/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

david.tribble.com
| | cigix.me
2.8 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.
| | jorenar.com
2.5 parsecs away

Travel
| | [AI summary] The provided text is a comprehensive overview of various advanced C programming techniques and features. It covers topics such as preprocessor tricks, metaprogramming, inline assembly, coroutines, and more. The text also includes examples of using _Generic for type-based dispatch, handling variadic functions safely, and implementing a garbage collector. The content is highly technical and demonstrates the flexibility and power of the C language.
| | isocpp.github.io
4.0 parsecs away

Travel
| | The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
| | www.ncameron.org
25.0 parsecs away

Travel
| One of the more subtle aspects of Rust is how traits can be used as types. In this blog post I will attempt a bit of a deep dive into how to use traits as types and how to choose between the different forms. Preliminary: traits are not typesA type