You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Ryan Ernst (JIRA)" <ji...@apache.org> on 2015/06/28 19:31:04 UTC

[jira] [Created] (LUCENE-6630) Further improve memory of FieldInfos

Ryan Ernst created LUCENE-6630:
----------------------------------

             Summary: Further improve memory of FieldInfos
                 Key: LUCENE-6630
                 URL: https://issues.apache.org/jira/browse/LUCENE-6630
             Project: Lucene - Core
          Issue Type: Bug
            Reporter: Ryan Ernst


In LUCENE-6325, FieldInfos were improved to use an array except in very sparse cases. In the sparse cases, a TreeMap is still used. However, even in the sparse case, we can still use an array, and then use binary search. The perf will be equivalent, but memory use should be much less.



--
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