/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

chadaustin.me
| | www.foonathan.net
3.2 parsecs away

Travel
| | Let me share a useful insight with you: constexpr is a platform. Just like you write code that targets Windows or a microcontroller, you write code that targets compile-time execution. In both cases you restrict yourself to the subset of C++ that works on your target platform, use conditional compilation if your code needs to be portable, and execute it on the desired target platform. You can thus view constexpr as another platform you can target; it just so happens to be run by your compiler. This insig...
| | mklimenko.github.io
2.8 parsecs away

Travel
| | Introduction Benchmarking first Creating a library Delayed library loading Generating multiple libraries Detecting the processor architecture at runtime Using the library
| | www.benshoof.org
4.0 parsecs away

Travel
| | [AI summary] The author details the development of Minicrt, an updated version of the Libctiny C run-time library, to compile tiny Visual Studio programs, explaining compatibility features and workarounds for linker errors.
| | www.nayuki.io
28.9 parsecs away

Travel
| [AI summary] This document defines the 'deflate' compressed data format, which is used in various applications like GZIP and PNG. It outlines the structure of compressed data, including headers, Huffman codes for compression, and the use of LZ77 for data compression. The document also covers compliance requirements, compression algorithms, and references to relevant standards and patents. The format is designed to be efficient and widely applicable, with a focus on decompression and data integrity.