On Feb 5, 2007, at 11:44 AM, Mark Harwood (JIRA) wrote:
> ("CachedTokenStream" perhaps?)
In KS, I used "TokenBatch", which is currently implemented as an
array of Tokens which reallocates itself in big chunks (10, 100, 200,
400, 800, etc).
(Implementing TokenStream leads to completely unacceptable
performance in any language where method call overhead is anything
other than almost-free.)
Marvin Humphrey
Rectangular Research
http://www.rectangular.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org
|