Re: [PR] replace Map with IntObjectHashMap for DV producer [lucene]

2024-10-29 Thread via GitHub
bugmakerr commented on code in PR #13961: URL: https://github.com/apache/lucene/pull/13961#discussion_r1820891044 ## lucene/core/src/java/org/apache/lucene/index/SlowCompositeCodecReaderWrapper.java: ## @@ -377,7 +376,7 @@ private static class SlowCompositeDocValuesProducerW

Re: [PR] replace Map with IntObjectHashMap for DV producer [lucene]

2024-10-29 Thread via GitHub
jpountz merged PR #13961: URL: https://github.com/apache/lucene/pull/13961 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apa

Re: [PR] replace Map with IntObjectHashMap for DV producer [lucene]

2024-10-29 Thread via GitHub
jpountz commented on code in PR #13961: URL: https://github.com/apache/lucene/pull/13961#discussion_r1820458842 ## lucene/core/src/java/org/apache/lucene/index/SlowCompositeCodecReaderWrapper.java: ## @@ -377,7 +376,7 @@ private static class SlowCompositeDocValuesProducerWrapper

[PR] replace Map with IntObjectHashMap for DV producer [lucene]

2024-10-28 Thread via GitHub
bugmakerr opened a new pull request, #13961: URL: https://github.com/apache/lucene/pull/13961 ### Description Add back #13686, which is reverted previously due to #13805. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] Replace Map with IntObjectHashMap for DV producer [lucene]

2024-09-10 Thread via GitHub
jpountz merged PR #13686: URL: https://github.com/apache/lucene/pull/13686 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apa

[PR] Replace Map with IntObjectHashMap for DV producer [lucene]

2024-08-26 Thread via GitHub
bugmakerr opened a new pull request, #13686: URL: https://github.com/apache/lucene/pull/13686 ### Description Today, the map between field name and corresponding meta entry in DocValues Producer is represented by a `HashMap`. To reduce memory usage, we can replace it with an `IntObje