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

quickSort get stackoverflow error #3

Open
zsh2401 opened this issue Apr 20, 2021 · 0 comments
Open

quickSort get stackoverflow error #3

zsh2401 opened this issue Apr 20, 2021 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@zsh2401
Copy link
Owner

zsh2401 commented Apr 20, 2021

in quickjs, 10,000 size array can cause this issue,
in nodejs, 100,000 size array can cause this issue.
Consider referencing Microsoft's quickSort implementation to solve this problem.

@zsh2401 zsh2401 added bug Something isn't working enhancement New feature or request labels Jun 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant