>
>
> > +            if ( it == names.end() )
>
> Bonus points if you make the names.end() called only once, not two-
> times-the-length-of-the-array in the cycle, but it's not a question for
> this change. It's for other places in the code, to do some performance
> improvements.
>         Bye,
>         zyx
>
>
Actually there is huge chance that modern compiler will optimise this only
to single call (if are optimisations enabled). And even if not there are
"heavier" things inside loop so it would be negligible performance gain.




>
>
> _______________________________________________
> Podofo-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/podofo-users
>
_______________________________________________
Podofo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to