3 comments (3 comments)0 reactions (0 reactions)1 assignee (1 assignee)Java0 forks (0 forks)auto 404
feature progressgood first issuepriority: lowrefactoringrequires bot: testingtopic: mechanisms
Repository metrics
- Stars
- 0 stars (0 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
Parallelizing would save some time. Waiting for @Rohit1046's response on if this would need to be done for stow as well.
Contributor guide
- Research direction
- Examine the existing Preset Commands implementation to identify which parts can be parallelized. Consider using Java's ExecutorService or CompletableFuture to run independent tasks concurrently. Ensure thread safety and avoid race conditions.
- Tech stack
- java
- Domain
- embedded iot
- Issue type
- Performance
- Prerequisites
- GitJava