Roadmap to 1.0.0
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 8
- Forks
- 0
- Avg merge
- 7h 4m
- Merged PRs (30d)
- 1
Description
Things that need to happen for 1.0.0 to happen:
- Stabilization of
min_const_genericsandconst_in_array_repeat_expressions. - Replace the algorithm used in
ArrayMapwith a Hash-based algorithm similar to whathashbrownuses. - Bring
ArrayMapandTinyMapup to feature parity withHashMap. - Ensure each item has documentation.
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 inspecting the ArrayMap and TinyMap implementations and comparing their APIs with HashMap. The roadmap also calls for a Hash-based ArrayMap algorithm, stabilization of min_const_generics and const_in_array_repeat_expressions, feature parity, and documentation; completion requires all listed 1.0.0 tasks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100