20 dec 2007 kl. 16.07 skrev Grant Ingersoll:

I must admit I don't know a lot about the perf. differences between clone and new, but I would think the cost should be on par, if not a little cheaper, otherwise what's the point?

My guess is that clone() is a convenience implementation that to some extent use reflection.

It also seems like we shouldn't have to go through nulling out/ reinitialization of the term buffer, since we already know the size, etc. of the term buffer.

Good call.


--
karl

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to