Re: [I] Make dynamic range facets value collection and sorting faster [lucene]

2024-10-17 Thread via GitHub
timgrein commented on issue #13760: URL: https://github.com/apache/lucene/issues/13760#issuecomment-2418885695 > @timgrein , I've posted a PR for my idea that @stefanvodita mentioned. If you have the JMH benchmark, I'd love to test it out on mine as well. @HoustonPutman Sounds good, h

Re: [I] Make dynamic range facets value collection and sorting faster [lucene]

2024-10-15 Thread via GitHub
mikemccand commented on issue #13760: URL: https://github.com/apache/lucene/issues/13760#issuecomment-2414003870 Learned Sort looks amazing -- @josefschiefer27 maybe open a dedicated spinoff issue to see if there are other places where it could help Lucene? Lucene does a lot of sorting ...

Re: [I] Make dynamic range facets value collection and sorting faster [lucene]

2024-10-14 Thread via GitHub
HoustonPutman commented on issue #13760: URL: https://github.com/apache/lucene/issues/13760#issuecomment-2412577287 @timgrein , I've posted a PR for my idea that @stefanvodita mentioned. If you have the JMH benchmark, I'd love to test it out on mine as well. -- This is an automated messag

Re: [I] Make dynamic range facets value collection and sorting faster [lucene]

2024-10-14 Thread via GitHub
timgrein commented on issue #13760: URL: https://github.com/apache/lucene/issues/13760#issuecomment-2411631641 Cool, I've found some performance improvements (~10-15%), which can be reproduced through a new `jmh` benchmark I've added. I'll open a PR the next few days and tag you :) -- Th