Writing good documentation is hard. Tools can’t solve this problem in themselves, but they can ease the pain.
This post will show you how to use Sphinx to generate attractive, functional documentation for C++ libraries, supplied with information from Doxygen. We’ll also integrate this process into a CMake build system so that we have a unified workflow.
For an example of a real-world project whose documentation is built like this, see fmtlib.
Excellent article, I used this to document MOTIS utl module - cf. PR 25
how fast is qsort when it comes to sorting integers and can we do better?
SOURCE: http://taint.org
an entertaining dive down a low-level performance-optimization rabbit hole, diving into radix sort on an array of integers in particular
folly - Folly is an open-source C++ library developed and used at Facebook.
stout - A C++ library for building sturdy software.
C++ libraries, frameworks and tools for creating modular, network- and internet-based applications for desktop, server and embedded/mobile platforms.