Create large-file-read-buffered.roc example
Open
Nobody has claimed this yet.
good first issue
- Dominant language
- Rust
- Stars
- 121
- Forks
- 45
- Avg merge
- 18h 43m
- Merged PRs (30d)
- 10
Description
Once https://github.com/roc-lang/basic-cli/pull/206 is merged we should add an example with a large file as well. Running it should take about ~10 seconds on CI. Buffered is used for large files, so we should demonstrate that and it's also nice to have that tested.
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
Start by checking pull request 206 and reviewing the repository's existing example files. Add the large-file-read-buffered.roc example using buffered reading for a large file, then run it and verify that it completes in about 10 seconds on CI.
Written by the indexing model from the issue text.
Assessment
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100