On Wed, Mar 17, 2010 at 9:34 AM, Thomas Müller <thomas.muel...@day.com> wrote: >> In your opinion, which part make the most of performance contribution? > It's hard to say. I would rather spend my time to work on the > prototype than to find out. To keep the prototype fast, it's important Understand it will take effort to identify the hot point. Performance is not the top priority especially for prototype. But if we know where/why it slow/fast in our implementations, it could help the new code base.
-Guo