We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently casting the 1000th ballot takes about 5.5s. This must be reduced to
After many measurements, the main bottlenecks are:
CastVote
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.
The text was updated successfully, but these errors were encountered:
is this still an issue?
Sorry, something went wrong.
Implemented, tested in EPFL elections in 2024, all good...
ineiti
No branches or pull requests
Currently casting the 1000th ballot takes about 5.5s. This must be reduced to
After many measurements, the main bottlenecks are:
CastVote
contract twice - Don't execute smartcontracts twice on the leader #56And, 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.
The text was updated successfully, but these errors were encountered: