dbkit
dbkit copied to clipboard
Columnar query processing engine in Rust
Results
3
dbkit issues
Sort by
recently updated
recently updated
newest added
Hey - I've been looking for examples of how to write fast querying operations in Rust and came across this. I was interested in whether you are still working on...
Query processing can really benefit from being able to execute operations with machine dependent optimizations Like using SSE / AVX based on local machine.
Basic expression framework to where we can feed it into the Filter operation.