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
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
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
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
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