HarkDB icon indicating copy to clipboard operation
HarkDB copied to clipboard

Multi-backend GPU query engine written with Futhark

Results 3 HarkDB issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.19.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Currently we Load the data from tables into the futhark context only after processing a query. This may be inefficient if loading this table into context is a lot more...

the join implementation in futhark/join.fut does redudant sorting. Ideally we would sort once when we combine the tables. In this implementation we would simply need to first sort by the...