☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 6 个月前timeoutSortimagemessage-square9linkfedilinkarrow-up1103arrow-down11cross-posted to: programmer_humor@programming.dev
arrow-up1102arrow-down1imagetimeoutSort☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 6 个月前message-square9linkfedilinkcross-posted to: programmer_humor@programming.dev
minus-squareVinapocalypse@lemmy.mllinkfedilinkarrow-up4·edit-26 个月前PR: - setTimeout(() => console.log(item), item) + setTimeout(() => console.log(item), Math.log(item)) Comment: This will speed up sort time greatly. However, sort order may become erratic for longer lists, and lists with numbers less than 1
PR:
- setTimeout(() => console.log(item), item) + setTimeout(() => console.log(item), Math.log(item))Comment: This will speed up sort time greatly. However, sort order may become erratic for longer lists, and lists with numbers less than 1