79364212

Date: 2025-01-17 09:18:11
Score: 3.5
Natty:
Report link

Thanks for comment and example Drew Dormann

https://godbolt.org/z/5bjcMqc4b - This example shows the minor differences between the GCC assembler of 2 classes with different implementations. And the difference is minimal.

where the first Data here has faster ordering comparisons, but the second Data has faster equality

gcc 14.2

https://godbolt.org/z/ozTcvb848 - In the same example, if we choose Clang, we will see that there is no difference in the assembler at all. clang 19

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Probably link only (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Akri