-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(engine): parallelize code execution (#80)
## How does this PR impact the user? This PR will speed up code execution in the engine by parallelizing it. ## Description - [x] parallelize code execution Below are the results on some synthetic test with 10 sequential vs 10 parallel runs. ### Before <img width="475" alt="Screenshot 2024-11-17 at 11 44 26" src="https://github.com/user-attachments/assets/4556f7eb-1c46-4691-8c90-4f1e897ccbbf"> ### After: 5x win <img width="458" alt="Screenshot 2024-11-17 at 11 43 36" src="https://github.com/user-attachments/assets/e2e3cf13-0f73-424f-8ca5-80f27fca8130"> ## Limitations N/A ## Checklist - [x] my PR is focused and contains one wholistic change - [ ] I have added screenshots or screen recordings to show the changes
- Loading branch information
1 parent
a429744
commit 600c4ee
Showing
2 changed files
with
29 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters