You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: