JuliaCollections / JuliaCollections/DataStructures.jl
Use `Nullable` in data structures
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 745
- Forks
- 261
- PR merge metrics
- No merged PRs in 30d
Description
It looks like that Nullable has been pretty efficient.
I think using this new facility would make the implementation of some data structure more straightforward (e.g. Deque, linked list, and various trees).
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 Julia's Nullable facility and the implementations of Deque, linked lists, and the various trees. The issue names no files or tests and does not define which structures should change, so done would require first narrowing the scope and then validating each selected data structure.
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