Concurrently delete completed delayed tasks.
Open
Nobody has claimed this yet.
good first issue
- Dominant language
- Rust
- Stars
- 1.9k
- Forks
- 56
- PR merge metrics
- No merged PRs in 30d
Description
This loop involving `prefix_delete` can be parallelized: https://github.com/losfair/blueboat/blob/14218b4ac7e023006374be7e9756b52c81060dbf/src/task.rs#L500
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 in src/task.rs at the linked loop around line 500 and read how prefix_delete is used for completed delayed tasks. Determine how to parallelize these deletions without changing selection or completion behavior; done means the loop performs safe concurrent deletion while preserving existing semantics.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100