Meeting 126 (1 Apr 2021)
Powered by RedCircle
mailing2021-03
Select papers
- P1875R2. Transactional Memory Lite Support in C++
- P2041R1.
template = delete
- P2093R5. Formatted output
- P2332R0. Establishing
std::hive
as replacement name for the proposedstd::colony
container
Balanced functions in C++
C++ Performance Trap #1: Constant-size std::vector
See also
C++ Performance Trap #2: Unnecessary std::function
Inlining and Compiler Optimizations
Library: Cli
A cross-platform header only C++14 library for interactive command line interfaces (Cisco style).
Introduction to Lua in C++ with Sol2
Book erratum: Professional C++ by Marc Gregoire
Statements of the form return object; trigger return value optimization (RVO) if object is a local variable, a parameter to the function, or a temporary value. Furthermore, if object is a local variable, named return value optimization (NRVO) can kick in.
The bold part is wrong.
Free Windows 10 development virtual machines for HyperV, Parallels, VirtualBox, and VMWare
Tool: Doxygen Awesome
Tool: hdoc is now open source
C++ Blog Roll
Library: ConcurrentDeque and Thiefpool (C++20)
- ConcurrentDeque - A lock-free concurrent queue
- Thiefpool - A blazing-fast, lightweight, work-stealing thread-pool