<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I think the first style of coding would be faster.<div><br></div><div><br><div><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Heiti SC'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Heiti SC'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Heiti SC'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Thanks and regards,<br>Ö£ÖDZó(Witeman) </div></div></span></div></span></span>
</div>
<br><div><div>ÔÚ 2012-4-5£¬ÏÂÎç11:22£¬ Pablo Platt Ð´µÀ£º</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Hi,<br><br>Is there a difference in performance between using nested clauses and flat clauses<br>or is the compiler smart enough to produce the same optimizations?<br><br>For example:<br><br>somefun(a1, b1, c1) -><br>    res1;<br>somefun(a1, b1, c2) -><br>    res2;<br>somefun(a1, b1, c3) -><br>    res3;<br>somefun(a1, b2, c1) -><br>    res4;<br>somefun(a1, b2, c2) -><br>    res5;<br>somefun(a2, b1, c1) -><br>    res6;<br>somefun(a2, b1, c2) -><br>    res7;<br>...<br>somefun(a10, b10, c10) -><br>    res10.<br><br><br>and<br><br>somefun(a1, B, C) -><br>    case B of<br>        b1 -><br>            case C of<br>                c1 -> res1;<br><br>                c2 -> res2;<br><br>                c3 -> res3<br><br>            end;<br>        b2 -><br>            case C of<br>                C1 -> res4;<br><br>                C2 -> res5<br>            end<br><br>     end;<br>somefun(a2, B, C) -><br>    ...<br><br>Thanks<br><br>_______________________________________________<br>erlang-questions mailing list<br><a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>http://erlang.org/mailman/listinfo/erlang-questions<br></div></blockquote></div><br></div></div></body></html>