Bruno Roustant created LUCENE-10097:
---------------------------------------

             Summary: Replace TreeMap use by HashMap when unnecessary
                 Key: LUCENE-10097
                 URL: https://issues.apache.org/jira/browse/LUCENE-10097
             Project: Lucene - Core
          Issue Type: Improvement
            Reporter: Bruno Roustant
            Assignee: Bruno Roustant


There are a couple of places where TreeMap is used although it could easily be 
replaced by a HashMap with potentially a single sort. Sometimes it would bring 
perf improvement (e.g. when TreeMap.entrySet() is called), other times it's 
more for consistency to use a simpler HashMap if there is no strong need for a 
TreeMap.

I saw other places where we have TODOs to see whether we can replace the 
TreeMap, but when it is more complex, I'll prefer to open separate Jira issues.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to