Julian Samaroo

Results 172 issues of 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

enhancement
help wanted

Closes #14

bug
enhancement

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.

performance

As discussed at JuliaCon, it would be great to use PrettyTables to render the `DTable` via the `show` method.

good first issue
rendering

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: - [ ]...

enhancement
file io
needs docs
needs tests

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...

documentation
good first issue

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)...

documentation
good first issue

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...

documentation
good first issue

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...

documentation
good first issue