Benchmark name | When Created |
---|---|
eval vs new Function vs function(Sample JS Functions)2 | 6 months ago |
JavaScript spread operator vs Object.assign performance ttt | 6 months ago |
uniq vs Set large | 6 months ago |
onresize vs onfullscreenchange | 6 months ago |
window vs Win | 6 months ago |
Wrapping objects method removal performance | 6 months ago |
Map and Object number key vs string key | 6 months ago |
drawImage() img vs canvas vs bitmap + cropping, fix loading | 6 months ago |
SVG parsing 999
fastest way to inject svg in HTML code |
6 months ago |
regex vs loop in keys | 6 months ago |
Lodash isEqual vs JSON stringify v2 | 6 months ago |
filter array
check is two filter methods is faster that one with two checks |
6 months ago |
`filter().length` vs. `reduce`
Compare `filter().length` vs `reduce` vs `for` loop for counting array elements that are present in another array. |
6 months ago |
underscore without vs filter | 6 months ago |
array indexOf vs includes vs some vs for loop
performance comparison of ways to find if an array contains a value |
6 months ago |
TextDecoder vs String.fromCharCode vs String.fromCodePoint | 6 months ago |
Array.prototype.slice vs spread operator [FIXED]
Compare the new ES6 spread operator with the traditional slice() method |
6 months ago |
keys vs entriess | 6 months ago |
Async vs Callback | 6 months ago |
fflate vs lz-string vs shorty with ultra long string
emulate file compression/decompression |
6 months ago |
fflate vs lz-string vs shorty with long string
emulate file compression/decompression |
6 months ago |
Test arrayLike transformation | 6 months ago |
Math.pow vs ** vs * on 10^9 | 6 months ago |
splitAndJoin vs replaceAll in Javascript | 6 months ago |
Set array expansion Part 3
Tests the implications of expanding large sets into an array for finding values within them |
6 months ago |