Originally posted by Shiro

I'm very curious if someone can show me an example of an algorithm using continue which is faster than not using continue. I've never seen such, but it doesn't mean that it doesn't exist. So if someone knows such example, I'd be thankfull to learn from it.
As I said before, in my tests continue beats out not using continue. For those who are interested here is the code I used during my last test.