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

Experiment with core pinning #133

Open
koute opened this issue Jun 19, 2024 · 0 comments
Open

Experiment with core pinning #133

koute opened this issue Jun 19, 2024 · 0 comments
Labels
K-performance Performance optimization P-medium Medium priority

Comments

@koute
Copy link
Collaborator

koute commented Jun 19, 2024

Currently we let Linux assign whatever thread to whatever core it wants, but pinning the main thread to a core and then pinning the corresponding worker process to its hyper thread should in theory significantly reduce the latency to communicate with the sandbox. Benchmark the exact difference and, if significant, make it part of the API.

@koute koute added P-medium Medium priority K-performance Performance optimization labels Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
K-performance Performance optimization P-medium Medium priority
Projects
None yet
Development

No branches or pull requests

1 participant