Abdur-rahmaanJ / Abdur-rahmaanJ/richterm
concurrency vs. paralellism
- Dominant language
- Rust
- Stars
- 24
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Like in other languages (JS for example) Rust also hast the concept of asynchronous operations. They are mostly used to wait for IO but in this case I think it would be good to use it instead of spawning a new OS thread. That method of achieving the execution of multiple actions at the same time is mainly meant for resource heavy operations.
Contributor guide
No contributing guide indexed for this repository
Research direction
No files, tests, or entry points are named. Start by locating the current OS-thread spawning path and determine how asynchronous operations would fit the terminal's execution model; done would require an agreed approach and verification that the relevant concurrent actions still work correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100