/noexcept_benchmark

Compares the performance effect of 'noexcept' to an implicit exception specification

Primary LanguageC++OtherNOASSERTION

noexcept_benchmark

Aims to estimate the runtime performance effects of adding a noexcept specifier.

Related to:

The youtube video of my lightning talk (5 minutes) at C++ on Sea - noexcept considered harmfull???

Powerpoint of my lightning talk at C++ on Sea

(I did a more extensive talk on this topic at Dutch C++ Meetup, July 26, 2019)

ITK forum - Regarding C++11 noexcept

Microsoft Developer Community - C++11 noexcept implementation still a performance loss with VS2017?

Terry Mahaffey - Please, Please Help the Compiler

Scott Meyers - Declare functions noexcept whenever possible?

Stack Overflow - noexcept, stack unwinding and performance

Andrzej's C++ blog - noexcept — what for?

John Lakos, Vittorio Romeo, Rostislav Khlebnikov, Alisdair Meredith - Embracing Modern C++ Safely section 3.1 "The noexcept Function Specification"