TheAngryByrd / TheAngryByrd/IcedTasks
Implement async2
Nobody has claimed this yet.
- Dominant language
- F#
- Stars
- 149
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Is your feature request related to a problem? Please describe.
FSharp.Core implemented partially async2 which uses the new resumable style to get better performance.
Describe the solution you'd like
Take the FSharp.Core implementation and finish it.
Describe alternatives you've considered
Don't do it. There's always an option not to.
Additional context
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 reading the referenced FSharp.Core implementation in tests/benchmarks/CompiledCodeBenchmarks/TaskPerf/TaskPerf/async2.fs and compare it with the current IcedTasks code. Identify what remains to finish the async2 implementation and establish how its claimed performance improvement should be validated; the issue does not name tests or a specific completion boundary.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- fsharp
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100