pisa-engine / pisa

PISA: Performant Indexes and Search for Academia
https://pisa-engine.github.io/pisa/book
Apache License 2.0
942 stars 65 forks source link

Use CLI argument to configure no. bits for quantized WAND data #500

Closed elshize closed 10 months ago

elshize commented 1 year ago

It is now hard-coded, taken from the "config": https://github.com/pisa-engine/pisa/blob/master/include/pisa/wand_data.hpp#L108

We should probably just get rid of the configuration altogether.

elshize commented 1 year ago

Related to #322