voidzero-dev / voidzero-dev/vite-task
Feature: vpr parallel
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 466
- Forks
- 42
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 19
Description
It would also be nice to be able to run multiple vpr in parallel, with a cache for each one, similar to npm-run-all.
Turborepo supports this.
It would reduce the execution time significantly
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 reviewing the existing vpr execution and cache behavior, then compare the requested parallel scheduling with the Turborepo example. Done means multiple vpr commands can run in parallel with an independent cache for each and reduced execution time.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli, devtools
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100