JMMackenzie / IOQP

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

rewrite to internalize buffers into Index and http endpoint #12

Closed mpetri closed 2 years ago

mpetri commented 2 years ago

This rewrites some stuff to get rid of the search and instead do things inside the Index and have a bunch of search scratch space objects that different threads can use

also adds an HTTP endpoint for running concurrent queries in a realistic scenario

also fixes lots of clippy warnings