Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Hashing Benchmarks

No description provided

testqwwefwf

No description provided

Remove an item from array; indexOf + splice vs filterasddsaasd

No description provided

Splice vs Spread vs Unshift to insert at beginning of array vs manual

No description provided

Lodash cloneDeep vs JSON.parse(JSON.stringify())

No description provided

splice VS filter: filtering big list of elements

100k list

slice VS splice VS shift: removing an elmeent from the middle

100k list splice and shift win, they mutate list slice loose, it creates a copy of list 7.5x slower

Get attribute / dataset - performance

No description provided

slice VS splice VS shift: who is the fastest to keep constant size (fork no string push)

100k list splice and shift win, they mutate list slice loose, it creates a copy of list 7.5x slower

Lodash.set vs direct access

No description provided

append

No description provided

Array.from() vs new Array().fil() vs [..Array()]

Testing the difference between creating filled arrays.

Array.from() vs new Array() vs [..Array()]

Testing the difference between creating filled arrays.

node.contains() vs node.parentNode

No description provided

Flooring with different Bitwise operators Fixed

No description provided

Array loop vs foreach vs map vs for..of

No description provided

compare arrays without order

No description provided

Delete vs Undefined with Multiple Properties

Compare JavaScript deletion on object vs setting to undefined.

Delete vs Undefined

Compare JavaScript deletion on object vs setting to undefined.

Math.random().toString(36).substring(2, 12) vs Date.now()

Which is best for generating a unique key?

json stringify vs String() vs int tostring

No description provided

json stringify vs int tostring

No description provided

Test floor

No description provided

Test power of 2

No description provided

Test sorting

JS sort vs lodash sort