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

Struggling with finalization time #148

Open
angelabr opened this issue Nov 15, 2024 · 1 comment
Open

Struggling with finalization time #148

angelabr opened this issue Nov 15, 2024 · 1 comment

Comments

@angelabr
Copy link

Hi,

Finalization time is limited to 40000s however, most participants seem to have quite low times even below 10s.
I have tried to add multithreading and different copying techniques to my finalize, however it seems impossible to go below 15000s, let alone reaching the times most participants have.
I assume I am missing something here, maybe I have misunderstood what this method does, but if I have to iterate through all my enrolled vectors and copy them in a external structure I don't see how I could reach such low times.
Maybe validate.cpp can be modified so that the process is made differently? I have assumed that file shouldn't be changed, but I'm running out of ideas.

Could someone give me some hint or point me in the right direction?

Thank you.

@mlngan
Copy link
Collaborator

mlngan commented Nov 15, 2024

The submissions with very low finalization times are just doing a straight copy of the EDB and manifest files directly into the finalization directory. In other words, no additional processing of the enrollment database structure is being done.

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

No branches or pull requests

2 participants