Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Remove by splice vs copyWithin vs filter (numeric array)

Deletion of an element from an array.

for-in vs for..of object.keys

No description provided

absolute

No description provided

_.isEqual vs dequal vs JSON.stringify

Test on _.isEqual vs dequal vs JSON.stringify performance

getElementById vs JQuery

Faster way to find element

mat get vs has2

No description provided

mat get vs has

No description provided

jQuery by id vs Document.getElementById2

Comparing speed of getting element by id with jQuery vs Vanilla JS

1232132112

No description provided

2132111

No description provided

1232121

1211

12321321

121

ㅇㄹㄴㄹㅇㄴㅇㄴ

ㄴㅇㅁㅁㅁ

11dsfsdf

No description provided

Recursion vs Iteration v2

No description provided

reverse & map VS for-loop

No description provided

Testing123

testing123

createElement vs Jquery detailed

Faster way to create new dom elements before insertion

Object.keys().length vs for i in object i++ vs Object.entries().length vs Object.values().length

No description provided

for i < length vs .forEach(t) vs for..of vs for t = keys[i] vs for i =0; i in keys vs for i in object vs .reduce (keys only)

Compare loop performance

for ++i < length vs .forEach(t) vs for..of vs for t = entries[++i] vs for i = 0; ++i in entries vs for ++i in object vs .reduce (entries)

Compare loop performance

for i < length vs .forEach(t) vs for..of vs for t = array[i] vs for i = 0; i in array vs for i in array vs .reduce (Array)

Compare loop performance

alpha-numeric string

Check if a string contains only alpha-numeric characters.

testquery

No description provided

Alphanumeric String

Check if a string only contains alpha-numeric characters.