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

cairo-run execution in parallel #81

Open
rkdud007 opened this issue Jun 5, 2024 · 0 comments
Open

cairo-run execution in parallel #81

rkdud007 opened this issue Jun 5, 2024 · 0 comments
Labels
I-module Query interface of module optimization Improvements of performance or optimization

Comments

@rkdud007
Copy link
Member

rkdud007 commented Jun 5, 2024

Context

currently as we finish preprocess for generating input, we run binary in same thread. Ideally should spawn multiple thread so that other request via input file will not get block.

And as spawning multiple run means, we are chunking processing step ( get input.json -> generate output.json & PIE ) to be expose seperate, this should happen after #80 make it stateful to divide the step of preprocess and process.

@rkdud007 rkdud007 added enhancement New feature or request I-module Query interface of module labels Jun 5, 2024
@rkdud007 rkdud007 added optimization Improvements of performance or optimization and removed enhancement New feature or request labels Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I-module Query interface of module optimization Improvements of performance or optimization
Projects
None yet
Development

No branches or pull requests

1 participant