/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

www.foonathan.net
| | playfulprogramming.blogspot.com
3.3 parsecs away

Travel
| | The performance of std::visit came up in a discussion, and my first thought was that from reading generated assembly code, it's a jump tabl...
| | sdowney.org
2.4 parsecs away

Travel
| | A Possible Technique constexpr bool g(int lhs, int rhs) { auto& op = partial_eq; return op.ne(lhs, rhs); } Compiler Explorer with Supporting Code A trait is defined as a template var...
| | nelari.us
2.5 parsecs away

Travel
| | A small look at some useful template techniques, in the context of trying to bind functions to a virtual machine. I wrote this post mostly for myself so that these techniques would be listed all in one place.
| | herbsutter.com
27.8 parsecs away

Travel
| On Saturday November 10, the ISO C++ committee completed its fall meeting in San Diego, California, USA, hosted with thanks by Qualcomm.This was the biggest ISO C++ meeting in our 29-year history, with some 180 people at the meeting, representing 12 nations. For more details about our size increase, including how we adapted organizationally to...