Parallel Computing and I/O Blog We conduct research and development on parallel systems
  • Correctness
  • Efficiency
  • ParCIO Website

Performance of conditional operator vs. fabs

Today, we will take a look at potential performance problems when using the conditional operator ?:. Specifically, we will use it to calculate a variable’s absolute value and compare its performance with that of the function fabs.

Read full post gblog_arrow_right
Sep 21, 2021 4 min read Michael Kuhn Efficiency
Page 1 of 1
Atom Feed Imprint Contact
Built with Hugo and
Hosted on GitHub Pages
Content licensed under CC BY-SA 4.0
Back to top