queryverse / queryverse/DataValues.jl
Track a Union{T,Null} based implementation
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Julia
- Stars
- 14
- Forks
- 6
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 2
Description
Once Union{T,Null} is fast in base, we might change the internal representation to
struct DataValue{T}
value::Union{T,Null}
end
This should be entirely transparent to users, but might be faster.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the current DataValue representation and Julia's Union{T,Null} performance in base. Compare the proposed struct with existing behavior and benchmarks; done means the internal representation is changed only if it remains transparent to users and is demonstrably faster.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100