web-devkits / Wasmnizer-ts

Toolchain for compiling TypeScript to WasmGC
Apache License 2.0
302 stars 26 forks source link

quicksort creates an array with the same numbers #159

Open louisvangeldrop opened 4 months ago

louisvangeldrop commented 4 months ago

I am not sure if it is the intention, but I believe that the function initArr will generate an array filled with the same number.

kylo5aby commented 4 months ago

hi @louisvangeldrop, thanks for your reporting, I believe this is a bug and have submitted a PR to fix this.