apache / lucene

Apache Lucene open-source search software
https://lucene.apache.org/
Apache License 2.0
2.62k stars 1.02k forks source link

Experiment with branchless binary-search for numeric range faceting #13705

Open gsmiller opened 1 month ago

gsmiller commented 1 month ago

Description

As a spinoff from conversation in #13692, let's experiment with different search techniques in numeric range faceting.

gsmiller commented 1 month ago

I'll work on this. I've got a half-baked implementation ready to test and am working on getting some tasks added to luceneutil benchmarks to measure.