-
Notifications
You must be signed in to change notification settings - Fork 11
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
Slow when looping thrugh a big array #13
Comments
Adding native support for TypedArrays would probably make the most sense here, but this library was written before those were commonplace. I probably won’t have the time to do so, since I’m maintaining this as a side project. |
I also faced an issue with so you can measure time for the next one
and an example of using buffer as an array in lib interactions
All of this may not be very useful because it's a workaround but since i was struggled with fixing the slowness during array creation there might be someone who will face the same problem. |
I am trying to create an app which runs in real time, but when I test it the array looping is so slow it is not usable
This takes 3394ms to loop through. Do anyone know how to fix this?
The text was updated successfully, but these errors were encountered: