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
actually a really bad idea if you’re doing anything with critical data between your systems and other systems, like a credit card getting charged on a remote server but then your code crashes
Wayland dragging Linux nerds kicking and screaming into the 21st century