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

Large Array Read and Write Speed #54

Open
ramezanifar opened this issue Feb 24, 2019 · 0 comments
Open

Large Array Read and Write Speed #54

ramezanifar opened this issue Feb 24, 2019 · 0 comments

Comments

@ramezanifar
Copy link

ramezanifar commented Feb 24, 2019

For an array of length 100, it takes approximately 3 ms to read/write. Proportionally, for an array of length 1000 it takes 30 ms which is way to long for my use case. I was hoping reading an array of 1000 is not 10 times slower than reading an array of 100. One transaction should be normally faster because of less overhead. Can you please advice?

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