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

Ctf consensus: performance improvement. Reduce steps number #488

Open
albertmena opened this issue Feb 2, 2022 · 0 comments
Open

Ctf consensus: performance improvement. Reduce steps number #488

albertmena opened this issue Feb 2, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@albertmena
Copy link
Collaborator

Reduce the number of Steps, making it generate a step for the set of new CTFs. This way the loops would be inside the Step and the Steps-tree would gain performance and sense. The idea is that if there are 5 new CTFs, a step is made to process them, not 5. In this way, if it is not in streaming, only one Step will be generated, because all the CTFs will be available from the beginning.

@albertmena albertmena added the enhancement New feature or request label Feb 2, 2022
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

3 participants