mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 05:39:57 -05:00
14a13d30ee
In standard libraries, `std::string::find` is usually implemented using vectorized code. Since the Tokenize method iterates character-by-character, doing an initial check using `find` improves performance.
1.9 KiB
1.9 KiB