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

Memory Consumtion Optimizations #4

Open
0x19 opened this issue Jul 11, 2024 · 0 comments
Open

Memory Consumtion Optimizations #4

0x19 opened this issue Jul 11, 2024 · 0 comments

Comments

@0x19
Copy link
Collaborator

0x19 commented Jul 11, 2024

When severely large dataset is being requested (100.000+ blocks) it may consume large amount of memory. We should, use io.Pipe() here to minimize memory consumption. Additionally, any maps that hold strings should be converted to integers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant