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

Parallelize IO access and reduce redundant IO access #227

Open
zupzup opened this issue Nov 19, 2024 · 0 comments
Open

Parallelize IO access and reduce redundant IO access #227

zupzup opened this issue Nov 19, 2024 · 0 comments
Labels
enhancement Enhancement of existing code

Comments

@zupzup
Copy link
Collaborator

zupzup commented Nov 19, 2024

To improve startup performance and performance in general, when fetching multiple things (e.g. multple files), especially from the DHT, we should do so in parallel.

Also, we should go through the code base and remove redundant IO calls - e.g. refetching data that we already have in-memory. Not saving and re-fetching immediately etc.

@zupzup zupzup added the enhancement Enhancement of existing code label Nov 19, 2024
@zupzup zupzup moved this to Backlog in Backend (E-Bill) Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement of existing code
Projects
Status: Backlog
Development

No branches or pull requests

1 participant