Julian Samaroo
Julian Samaroo
Abstract runtime functionality by HSA (TODO: OCL) Use Requires to load OpenCL bindings Allow choosing runtime via environment variables Closes #20, closes #23
Total garbage right now, should probably make #8 happen before I spend any more effort getting this to work.
This should make joins significantly faster in the common case.
As discussed at JuliaCon, it would be great to use PrettyTables to render the `DTable` via the `show` method.
So that we can just pass a `Vector{Dagger.File}` to the `DTable` to use those files as partitions directly, as demo'd during my JuliaCon Data talk. Still missing: - [ ]...
It's not entirely obvious to new users what value should be specified for `chunksize`, yet its choice is vital to getting good performance. It would be great if we could...
Add one or more examples to the docs of how to use OnlineStats with DTables, such as in https://github.com/joshday/OnlineStatsBase.jl/pull/26#issue-975956277: ```julia julia> fun = fit! fit! (generic function with 4 methods)...
The index page (`docs/src/index.md`) is too basic and focused on users who care more about the `DTable` internals, rather than how to use it. I propose moving either the User...
To make it easier for users to get started using DTables, we should update the `docs/src/index.md` file to look more like Dagger's [new docs](https://juliaparallel.org/Dagger.jl/dev/), which gives users a quick answer...