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)