Re: [PR] Replace List by IntArrayList and List by LongArrayList. [lucene]

2024-05-25 Thread via GitHub
bruno-roustant merged PR #13406: URL: https://github.com/apache/lucene/pull/13406 -- 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 List by IntArrayList and List by LongArrayList. [lucene]

2024-05-23 Thread via GitHub
bruno-roustant commented on code in PR #13406: URL: https://github.com/apache/lucene/pull/13406#discussion_r1612922072 ## lucene/analysis/common/src/java/org/apache/lucene/analysis/core/FlattenGraphFilter.java: ## @@ -349,7 +350,7 @@ public boolean incrementToken() throws IOExce

Re: [PR] Replace List by IntArrayList and List by LongArrayList. [lucene]

2024-05-23 Thread via GitHub
dweiss commented on code in PR #13406: URL: https://github.com/apache/lucene/pull/13406#discussion_r1612106758 ## lucene/analysis/common/src/java/org/apache/lucene/analysis/core/FlattenGraphFilter.java: ## @@ -349,7 +350,7 @@ public boolean incrementToken() throws IOException {

[PR] Replace List by IntArrayList and List by LongArrayList. [lucene]

2024-05-23 Thread via GitHub
bruno-roustant opened a new pull request, #13406: URL: https://github.com/apache/lucene/pull/13406 Add IntArrayList and LongArrayList to the HPPC fork. Use them to replace usages of List of Integer or Long. -- This is an automated message from the Apache Git Service. To respond to the m