Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

lodash isNull vs == null

No description provided

Object keys

Should i use equal(object, {})? Or just Object.keys(object) === 0?

Array 생성 방식에 따른 성능

생성방식에 따른 성능 비교

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

hamming distance again

test of hamming distance JS implementation

hamming distance.

test of hamming distance JS implementation

native find vs lodash findIndex

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

lodash isNil vs == null

No description provided

Shift vs spread

No description provided

IndexOf vs Includes vs lodash includes numbers

Banana

reduce/spread4

No description provided

spread vs push_____aoeu

No description provided

Test lodash join

No description provided

tempalte literal vs query selector/set attribute

tempalte literal vs query selector/set attribute

Array.prototype.concat vs spread operator bench

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

Regex testing

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

Javascript Object vs Array.indexOf

No description provided

Single vs Double Loop - Diffing with Lodash

No description provided

insertAdjacentHtml vs innerHTML - Replace

insertAdjacentHtml vs innerHTML

toFixed vs toPrecision vs Math.round() asd

No description provided

math pow vs multiply **

No description provided

Object.assign() vs Reflect.set()

No description provided

Object.getOwnPropertyDescriptor().value vs Reflect.get()

No description provided

Large data Performance: innerHTML vs DocumentFragment

No description provided

Date valueOf() vs getTime()

No description provided