User Tools

Site Tools


development:performance

Performance with C++

IEEE-754 Float Numbers

as written in Numeric / Math / Linear Algebra, calculation with denormals or non-numbers slows down performance - even when not signalled.
it might be interesting to abort a calculation, e.g. a matrix/vector multiplication, with first occurence of NaN - or with one of the other conditions ..

Optimization Remarks from Compiler

Ofek Shilon held the talk Optimization Remarks - Helping the Compiler to Generate Better Code at CppCon 2022. Here his PDF slides. Here also slides of a sligthly older talk on the same topic: https://www.slideshare.net/ofekshilon/optview2-c-on-sea-2022

references from his slides:

Sites, Blogs and Books

development/performance.txt · Last modified: 2023/01/22 by hayati