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

C/C++/Rust implementation of Scaler's scheduler #19

Open
rafa-be opened this issue Sep 24, 2024 · 0 comments
Open

C/C++/Rust implementation of Scaler's scheduler #19

rafa-be opened this issue Sep 24, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@rafa-be
Copy link
Collaborator

rafa-be commented Sep 24, 2024

A C, C++ or Rust implementation of Scaler's scheduler will have a few performance advantages, mainly by relying on a more efficient memory management, and by avoiding unnecessary copies of objects.

Contrary to the client and the worker implementation, re-implementing the scheduler in a language different from Python is less challenging, as it's not actively interacting with Python objects.

The scheduler is also the main scalability blocking piece, which makes its efficiency more critical in making Scaler more scalable.

@sharpener6 sharpener6 self-assigned this Sep 27, 2024
@sharpener6 sharpener6 added the enhancement New feature or request label Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants