rajat315315 commented on PR #16361: URL: https://github.com/apache/lucene/pull/16361#issuecomment-5015057077
@danmuzi I think it is a better idea to keep a threshold of 5 or 10 for the number of transitions.. If number of transitions are above this threshold we can do binary search otherwise fallback to linear search? We can do benchmarking to determine the cutover value which gives 0% improvement on binary search? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
