79301768

Date: 2024-12-22 21:35:00
Score: 3.5
Natty:
Report link

regarding std::mem_fun vs lambdas and which is more efficient, I found this link helpful for me; https://tech.jocodoma.com/2019/02/25/Lambdas-as-First-Class-Citizens-in-CPP/ basically they claim lambdas, as of C++11 / C++17, seem to be the better solution

Reasons:
  • Blacklisted phrase (1): this link
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: 12oclocker