Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(engine): parallelize code execution #80

Merged
merged 2 commits into from
Nov 17, 2024

Conversation

yurijmikhalevich
Copy link
Member

How does this PR impact the user?

This PR will speed up code execution in the engine by parallelizing it.

Description

  • parallelize code execution

Below are the results on some synthetic test with 10 sequential vs 10 parallel runs.

Before

Screenshot 2024-11-17 at 11 44 26

After: 5x win

Screenshot 2024-11-17 at 11 43 36

Limitations

N/A

Checklist

  • my PR is focused and contains one wholistic change
  • I have added screenshots or screen recordings to show the changes

@yurijmikhalevich yurijmikhalevich merged commit 600c4ee into main Nov 17, 2024
2 checks passed
@yurijmikhalevich yurijmikhalevich deleted the fix/parallelize-code-execution branch November 17, 2024 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant