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
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
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