Re: [PR] Decode doc ids in BKD leaves with auto-vectorized loops [lucene]

2025-03-17 Thread via GitHub
gf2121 commented on PR #14203: URL: https://github.com/apache/lucene/pull/14203#issuecomment-2729806648 Nightly benchmark confirmed the speed up https://benchmarks.mikemccandless.com/2025.03.16.18.04.58.html. Thanks again for profile guide and helping figure out simpler and faster co

Re: [PR] Decode doc ids in BKD leaves with auto-vectorized loops [lucene]

2025-03-17 Thread via GitHub
jpountz commented on PR #14203: URL: https://github.com/apache/lucene/pull/14203#issuecomment-2729975580 Fantastic speedup. Nice to see tasks like `TermDayOfYearSort` also take advantage from this change. -- This is an automated message from the Apache Git Service. To respond to the messa

Re: [PR] Decode doc ids in BKD leaves with auto-vectorized loops [lucene]

2025-03-17 Thread via GitHub
gf2121 commented on PR #14203: URL: https://github.com/apache/lucene/pull/14203#issuecomment-2729902081 I raised an PR for annotation. https://github.com/mikemccand/luceneutil/pull/354. -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

Re: [PR] Decode doc ids in BKD leaves with auto-vectorized loops [lucene]

2025-03-16 Thread via GitHub
gf2121 merged PR #14203: URL: https://github.com/apache/lucene/pull/14203 -- 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.apac

Re: [PR] Decode doc ids in BKD leaves with auto-vectorized loops [lucene]

2025-03-16 Thread via GitHub
gf2121 commented on code in PR #14203: URL: https://github.com/apache/lucene/pull/14203#discussion_r1997571999 ## lucene/core/src/java/org/apache/lucene/util/bkd/DocIdsWriter.java: ## @@ -248,21 +281,68 @@ private void readBitSet(IndexInput in, int count, int[] docIDs) throws I