-
Notifications
You must be signed in to change notification settings - Fork 117
Description
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.