How To Improve Exception Throwing

Sdílet
Vložit
  • čas přidán 30. 05. 2024
  • Exception throwing turns into some boilerplate object code that we can reduce by careful choices on what to inline, what not to inline, forwarding trivial types by value and minimizing template instantiations by representing a family of types such as arrays of characters, string views, using a common type such plain character pointers.
    The three techniques have more general usability.
    Eduardo is a Tech Lead at Snap Inc., the maker of Snapchat working on improving the performance of Augmented Reality lenses.
    Sumant is a Software Engineer also on Augmented Reality and Computer Vision.
    ---
    Recorded as part of C++ London, June 2020
    www.meetup.com/CppLondon/even...
  • Věda a technologie

Komentáře •