Explore >> Select a destination


You are here

herbsutter.com
| | cor3ntin.github.io
20.2 parsecs away

Travel
| |
| | blog.jetbrains.com
11.7 parsecs away

Travel
| | Hi,Since our last edition in February came out, the C++ community has organized lots of fantastic conferences, held productive C++ Committee discussions, and published tons of educational posts. W
| | botondballo.wordpress.com
9.8 parsecs away

Travel
| | Summary / TL;DR Project What's in it? Status C++17 See list Published! C++20 See below On track Library Fundamentals TS v2 source code information capture and various utilities Published! Parts of it merged into C++17 Concepts TS Constrained templates Merged into C++20 with some modifications Parallelism TS v2 Task blocks, library vector types and algorithms,...
| | donsbot.com
89.6 parsecs away

Travel
| A common misconception from non-Haskellers is that Haskell, when compiled, pays an ongoing penalty for supporting laziness by default. The idea is that in a lazy language, every expression would suspend to a heap-allocated, garbage collected, thunk. Even if you were to use the variable immediately. That sounds scarily expensive. In the real world however,...