Optimization in find algorithm
Skip redundant while loop cycles by using traits_type::find return value, instead of just checking if it finds anything over and over.
parent
5f4c487f
Please register or sign in to comment
Skip redundant while loop cycles by using traits_type::find return value, instead of just checking if it finds anything over and over.