You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "David Smiley (JIRA)" <ji...@apache.org> on 2014/11/18 17:34:34 UTC

[jira] [Closed] (LUCENE-5861) CachingTokenFilter should use ArrayList not LinkedList

     [ https://issues.apache.org/jira/browse/LUCENE-5861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Smiley closed LUCENE-5861.
--------------------------------
       Resolution: Duplicate
    Fix Version/s: 5.0

> CachingTokenFilter should use ArrayList not LinkedList
> ------------------------------------------------------
>
>                 Key: LUCENE-5861
>                 URL: https://issues.apache.org/jira/browse/LUCENE-5861
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: modules/analysis
>            Reporter: David Smiley
>            Assignee: David Smiley
>            Priority: Minor
>             Fix For: 5.0
>
>
> CachingTokenFilter, to my surprise, puts each new AttributeSource.State onto a LinkedList.  I think it should be an ArrayList.  On large fields that get analyzed, there can be a ton of State objects to cache.
> I also observe that State is itself a linked list of other State objects.  Perhaps we could take this one step further and do parallel arrays of AttributeImpl, thereby bypassing State.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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