zsh2401/tdscore

quickSort get stackoverflow error

zsh2401 opened this issue · 0 comments

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.