VectorCamp / vectorscan

A portable fork of the high-performance regular expression matching library
https://www.vectorcamp.gr/project/vectorscan/
Other
478 stars 50 forks source link

Wip cppcheck271 useStlAlgorithm part2 #283

Closed isildur-g closed 1 month ago

isildur-g commented 1 month ago

this is part 2 of the useStlAlgorithm cppcheck warnings. Most of these are simply comments to ignore the warning, as in almost all cases replacing a simple operation with a function call will kill performance and make clear to understand code more muddled. we did use it in most of the instances of copy, fill, and accumulate. Closes some: #252