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

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

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

Michael Osipov updated MINDEXER-181:
------------------------------------
    Description: Noticed 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.  (was: 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.)

> 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
>            Priority: Major
>             Fix For: 7.0.1
>
>
> Noticed 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)