Re: [PR] Replace Map by CharObjectHashMap and Set by CharHashSet. [lucene]

2024-05-26 Thread via GitHub
bruno-roustant merged PR #13420: URL: https://github.com/apache/lucene/pull/13420 -- 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...@luc

Re: [PR] Replace Map by CharObjectHashMap and Set by CharHashSet. [lucene]

2024-05-25 Thread via GitHub
dweiss commented on code in PR #13420: URL: https://github.com/apache/lucene/pull/13420#discussion_r1614842290 ## lucene/analysis/kuromoji/src/java/org/apache/lucene/analysis/ja/JapaneseHiraganaUppercaseFilter.java: ## @@ -30,25 +30,15 @@ * legal, contract policies, etc. */

[PR] Replace Map by CharObjectHashMap and Set by CharHashSet. [lucene]

2024-05-25 Thread via GitHub
bruno-roustant opened a new pull request, #13420: URL: https://github.com/apache/lucene/pull/13420 This is my last round of adding primitive structures to the HPPC fork, and using them to gain memory on various locations. No functional change, only optimization. In JapaneseKatakana