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

32-bit: Slow state advance comparing to 64-bit #308

Closed
eshavkun opened this issue Jul 1, 2019 · 2 comments
Closed

32-bit: Slow state advance comparing to 64-bit #308

eshavkun opened this issue Jul 1, 2019 · 2 comments

Comments

@eshavkun
Copy link

eshavkun commented Jul 1, 2019

Hardware: Rasberry Pi 3B+
32-bit OS: Raspbian Buster
64-bit OS: Ubuntu Server 18.04

Network sync (Advancing state with empty slots) is much slower on 32-bit OS compared to 64-bit OS. Currently (around 20000 slots) it takes less than 1 hour on 64-bit while more than 4 hours on 32-bit

@mratsim
Copy link
Contributor

mratsim commented Sep 9, 2019

It's definitely linked to #102 and might be linked to #370 and Nim slow stack scanning when too much stack space is used.

@mratsim
Copy link
Contributor

mratsim commented Sep 9, 2020

Similar to #102 Outdated, the improvement from the past 3 months has removed spurious hashTreeRoot. Can be confirmed with blocksim / statesim

@mratsim mratsim closed this as completed Sep 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants