orxfun / orxfun/orx-concurrent-vec
Implement `remove`, `insert` or `pop` requiring `&mut self` references
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 18
- Forks
- 0
- Avg merge
- 39m
- Merged PRs (30d)
- 4
Description
This implementation does not have any concurrency concerns, and hence, the implementation must be straightforward. Still the implementation must come from pinned concurent collection.
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
No file or test is identified in the issue. Start by locating the pinned concurrent collection and the existing vector operations, then determine how remove, insert, and pop should behave when requiring &mut self references. Done means all three operations are implemented consistently with that collection.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- distributed-systems
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100