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

bug: setting values out of Uint32Array boundary #42

Open
KamilRizatdinov opened this issue Apr 18, 2022 · 0 comments
Open

bug: setting values out of Uint32Array boundary #42

KamilRizatdinov opened this issue Apr 18, 2022 · 0 comments

Comments

@KamilRizatdinov
Copy link

If you have size > 32 you can end up setting values out of the boundary of forbidden = new Uint32Array(32);
This operation is useless and bumps time of this specific for-loop from O(const) to O(N)

for(k = 0; k < size; k++) {

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