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

Reducing time to cast a ballot #53

Closed
ineiti opened this issue Nov 15, 2023 · 2 comments
Closed

Reducing time to cast a ballot #53

ineiti opened this issue Nov 15, 2023 · 2 comments
Assignees

Comments

@ineiti
Copy link
Member

ineiti commented Nov 15, 2023

Currently casting the 1000th ballot takes about 5.5s. This must be reduced to

  • at maximum 5 elections * 1000 ballots with 1s to cast a ballot: 200ms
  • in the best case 1s to cast a ballot with 5 elections * 10'000 ballots: 20ms

After many measurements, the main bottlenecks are:

And, finally, test it all... #125

Of course this all needs to be verified on a more realistic network, too, and from the client's point of view.

@ineiti ineiti self-assigned this Nov 15, 2023
@ineiti ineiti added this to D-Voting Nov 15, 2023
@ineiti ineiti moved this to Todo in D-Voting Nov 15, 2023
@ineiti ineiti moved this from Todo to In Progress in D-Voting Nov 15, 2023
This was referenced Nov 15, 2023
@PascalinDe
Copy link
Member

is this still an issue?

@ineiti
Copy link
Member Author

ineiti commented Oct 11, 2024

Implemented, tested in EPFL elections in 2024, all good...

@ineiti ineiti closed this as completed Oct 11, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in D-Voting Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants