JMMackenzie / IOQP

Impact Ordered Query Processing
Apache License 2.0
3 stars 0 forks source link

Rework to configurable accumulator type #20

Closed JMMackenzie closed 2 years ago

JMMackenzie commented 2 years ago

This PR simplifies the top-k accumulation logic (based on the recent benchmarks) to avoid explicit SIMD computations and lets the compiler manage it on its own.

This also means the user can now configure the accumulator type (default is now u16) in lib.rs to suit their data.

Closes #18.