<div class="gmail_quote">While I tend to agree with you on the size being worth the performance, I wonder...</div><div class="gmail_quote"><br></div><div class="gmail_quote">On Thu, Dec 8, 2011 at 5:16 PM, Craig Silverstein <span dir="ltr"><<a href="mailto:csilvers@google.com">csilvers@google.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div id=":74l">SIZE (-O2):<br>
murmur2: 31841<br>
cityhash64: 36082    // 13.3% bigger<br></div></blockquote></div><br><div>It would be nice to break this down into the constant overhead, the overhead per-call, and finally the overhead per-type. Essentially, try with 1, 2, and 3 loops, see how it grows; then try with 1, 2, and 3 types? Maybe that's too much work?</div>