You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Tamas Cservenak (Jira)" <ji...@apache.org> on 2022/11/28 07:53:00 UTC

[jira] [Created] (MINDEXER-181) IndexDataReader should use Sets instead of ConcurrentHashMaps w/ fixed values

Tamas Cservenak created MINDEXER-181:
----------------------------------------

             Summary: IndexDataReader should use Sets instead of ConcurrentHashMaps w/ fixed values
                 Key: MINDEXER-181
                 URL: https://issues.apache.org/jira/browse/MINDEXER-181
             Project: Maven Indexer
          Issue Type: Improvement
            Reporter: Tamas Cservenak
            Assignee: Tamas Cservenak
             Fix For: 7.0.1


oticed that both, the single threaded and the multi threaded impl used CHMs. Instead of only changing {{readIndexST}} to plain {{{}Map{}}}s, I switched everything to {{{}Set{}}}s.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)