Home
About
Blog
LinkedIn
Algorithm Selection
09 May 2021
[
c++
design
standard
stl
]
Choose the most specialized version
std::all_of
,
std::any_of
,
std::none_of
,
std::find
instead of
std::find_if
Youtube
code_report
Repo
https://github.com/codereport
Blog reference
https://codereport.github.io/Algorithm-Selection/
Reference
Lightning Talk: Algorithm Selection - Conor Hoekstra
RAPIDS Open GPU Data Science