Comparing if statement with ?: operator

The conditional operator ?: is basically faster than the if statement.  As to the exception see an article in JActionScripters:

"When to use the ?: conditional operator"
http://blog.jactionscripters.com/2011/02/09/when-to-use-the-conditional-operator/

条件演算子?:は、基本的にはifステートメントより処理は速いようです。そうでない場合については、F-siteの記事をご参照ください。

F-site「条件演算子?:はいつ使うとよいか」
http://f-site.org/articles/2011/02/09113238.html