I agree.  It would be nice to finally migrate to java2 code and work
on the optimizations made available in the later jvm's.

On Tue, 13 Jul 2004 15:14:56 +0300, Maxim Patramanskij <[EMAIL PROTECTED]> wrote:
> Hello Doug.
> 
> There are a lot of Lucene classes still use Vector & Hashtable instead
> of ArrayList and HashMap because of compatibility reason with java 1.
> 
> Since the changes, proposed and made by Aviran to FieldInfos class
> made Lucene java 1 incompatible, but can give us some reasonable
> performance gain, shouldn't we go ahead with the whole Hashtable ->
> HashMap and Vector -> ArrayList replacement arround the code to have
> even more performance in other places?
>

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

Reply via email to