Benchmark name | When Created |
---|---|
removeclass vs hide | 8 years ago |
addclass vs show | 8 years ago |
PwD84cTUCbiv4QqfvngndfD7u8sXdFuW-2 | 8 years ago |
Object.assign vs prototype | 8 years ago |
Object.assign vs prototype | 8 years ago |
Object.assign vs prototype | 8 years ago |
PwD84cTUCbiv4QqfvngndfD7u8sXdFuW | 8 years ago |
Testing JS Performance of deleting a large map.
In FF if the object being iterated over is large enough it will trigger an expensive cycle collection with Test #1. Test #2 runs approximately 100 times faster on FF. The difference is marginal in Chrome. To see the difference in timing, I recommend loading up the debugger console to see exactly how many ms each run takes. |
8 years ago |
Filter objects in array by attribute
Testing the cheapest pattern for filtering an array of objects based on attribute. |
8 years ago |
sha1asm | 8 years ago |
bytesToHex | 8 years ago |
Find object in array by attribute
Testing the cheapest pattern for finding an object in a collection of objects based on attribute. |
8 years ago |
bytesToHex | 8 years ago |
bytesToHex | 8 years ago |
Compare GCD | 8 years ago |
For vs indexof | 8 years ago |
String Concat vs JSON.stringify
String Concat vs JSON.stringify |
8 years ago |
continuous array vs sparse array | 8 years ago |
Find prime gaps - with or without intermediate var | 8 years ago |
Id and CLass Contains | 8 years ago |
String vs concat | 8 years ago |
[{key, fn}, ...] vs {[key]: fn, ...}
Iterating over array of {key, fn} vs object of {[key]: fn} |
8 years ago |
HTML insertion
compare between plain js and jQuery |
8 years ago |
[{key, fn}, ...] vs {[key]: fn, ...}
Iterating over array of {key, fn} vs object of {[key]: fn} |
8 years ago |
Compare GCD
Compare GCD |
8 years ago |