Benchmark name When Created
Lodash _.first vs array[0] test 2 one year ago
Lodash.isEqual vs JSON.stringify Equality Comparison for Deep Array of Objects

Test on isEqual performance

one year ago
RegEx vs Array.includes v2 one year ago
Delete vs rest nokk3r one year ago
flatMap vs reduce (concat) vs reduce (spread) vs reduce (push) one year ago
RegEx vs Array.includes one year ago
JavaScript spread operator vs Object.assign performance vs merge mutation one year ago
Dividing by 2 and flooring the result vs unshifting 1 one year ago
Dividing vs unshifting right one year ago
What's faster unshifting left by 1 or multiplying by 2

Benchmark description

one year ago
Delete vs destructure for objects without mutating s

Measure the performance of delete versus removing a prop from an object without mutating

one year ago
appendChild vs replaceWith, DocumentFragment vs not DocumentFragment 10 elements

appendChild vs replaceWith, DocumentFragment vs not DocumentFragment

one year ago
appendChild vs replaceWith, DocumentFragment vs not DocumentFragment

appendChild vs replaceWith, DocumentFragment vs not DocumentFragment

one year ago
array includes vs object key vs set

performance comparison of ways to find if an array contains a value

one year ago
jQuery 4.0.0-beta by id vs Document.getElementById one year ago
Math.pow(x,0.5) vs Math.sqrt(x) vs **.5 one year ago
for loop vs. .map (collection) one year ago
Getting/Keeping only the first item of an array: length VS splice VS slice

Based on https://stackoverflow.com/questions/39510821/how-to-remove-all-element-from-array-except-the-first-one-in-javascript. All results should output "a" in the console using console.log(arr).

one year ago
Math.floor vs alternatives 2 one year ago
better eval vs function one year ago
json stringify vs object tostring AA

Abc

one year ago
lodash uniq vs set performance one year ago
lodash uniq vs set 10 one year ago
object-hash SHA-1 vs murmur2-JSON.stringify one year ago
Math.max() vs .map().sort().reverse() one year ago

 Create Your benchmarks