On Mon, Jun 22, 2009 at 10:05 AM, Michael
McCandless<luc...@mikemccandless.com> wrote:
> On Mon, Jun 22, 2009 at 9:40 AM, Shai Erera<ser...@gmail.com> wrote:
>> Do you think it's worth it? If so, should we also add reset() to Collector?
>
> Seems like it'd be good to have the option?  But it's certainly a very
> expert thing since it's presumably rare that one makes such a large
> queue to make re-use worthwhile.

Adding the option isn't free though - all developers must then
implement it, and it possibly adds a runtime cost to those not
reusing.  Attempting to reuse Collector seems super special case -
those that want to can always develop their own custom reusable
Collector.

-Yonik
http://www.lucidimagination.com

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to