Benchmark name When Created
Array 생성 방식에 따른 성능

생성방식에 따른 성능 비교

3 years ago
slice VS splice VS shift: who is the fastest to keep constant size v2

100 long list - not 100k splice and shift win, they mutate list slice loose, it creates a copy of list this time only use numbers, not change to strings

3 years ago
hamming distance again

test of hamming distance JS implementation

3 years ago
hamming distance.

test of hamming distance JS implementation

3 years ago
native find vs lodash findIndex

Compare performance of native [].findIndex and _.findIndex

3 years ago
lodash isNil vs == null 3 years ago
Shift vs spread 3 years ago
IndexOf vs Includes vs lodash includes numbers

Banana

3 years ago
reduce/spread4 3 years ago
spread vs push_____aoeu 3 years ago
Test lodash join 3 years ago
tempalte literal vs query selector/set attribute

tempalte literal vs query selector/set attribute

3 years ago
Array.prototype.concat vs spread operator bench

Compare the new ES6 spread operator with the traditional concat() method

3 years ago
Regex testing

This tests two regex expressions that find strings that are wrapped between {} curly braces.

3 years ago
Javascript Object vs Array.indexOf 3 years ago
Single vs Double Loop - Diffing with Lodash 3 years ago
insertAdjacentHtml vs innerHTML - Replace

insertAdjacentHtml vs innerHTML

3 years ago
toFixed vs toPrecision vs Math.round() asd 3 years ago
math pow vs multiply ** 3 years ago
Object.assign() vs Reflect.set() 3 years ago
Object.getOwnPropertyDescriptor().value vs Reflect.get() 3 years ago
Large data Performance: innerHTML vs DocumentFragment 3 years ago
Date valueOf() vs getTime() 3 years ago
JavaScript spread operator vs Object.assign direct mutation vs Object.assign in new Object performance 3 years ago
JavaScript spread operator vs Object.assign in new Object performance 3 years ago

 Create Your benchmarks