harshavamsi commented on PR #13599: URL: https://github.com/apache/lucene/pull/13599#issuecomment-2245815063
> I would expect this change to result in a slow down for this type of queries. > > You are proposing to replace the current implementation with a slower one that computes the relationship between a range and the query. Note that this method is the hottest in the execution path. > > Have you done in performance benchmark of the change? @iverase i'm struggling to see how this could be worse, it looks like we are simply delegating from matches to relate to simplify the logic, relate should return the cell attribute after comparing the values quickly. what am I missing? -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org