lean-ja / lean-ja/lean-by-example
Array と比較した List のパフォーマンス上の利点
Open
Nobody has claimed this yet.
データ型
メモ
- Dominant language
- Lean
- Stars
- 188
- Forks
- 15
- Avg merge
- 9h 8m
- Merged PRs (30d)
- 6
Description
For example, if you want to have a reference to both xs and ys := x :: xs at the same time, there is no problem, but if you want a reference to both as and bs := Array.push as a, this will copy the whole array.
Contributor guide
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
No repository file, test, or entry point is identified in the issue. First clarify whether the intended outcome is documentation comparing List and Array performance, then locate the relevant Lean-by-example section and define the examples or evidence that would count as complete.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100