Benchmark name When Created
flat vs concat (simplest) vs spread one year ago
flat vs concat (simplest) one year ago
structuredClone vs spread syntax one year ago
stringify & parse vs filter one year ago
React Const vs Function (3) one year ago
React Const vs Function (2) one year ago
Adding to an array with push.apply vs spread vs for loop vs while loop one year ago
Adding to an array with push.apply vs spread vs loop one year ago
Adding to an array with push.apply vs spread one year ago
JavaScript, spread operator vs Object.assign vs property setter using array as source

Measure the fastest way to add new object into a collection of objects

one year ago
slice VS splice VS shift: who is the fastest to keep constant size (bulk test)

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

one year ago
Array vs. Set Intersection one year ago
typeof instanceof one year ago
for vs foreach vs some vs every vs for..of vs map / 2

Compare loop performance

one year ago
Array push or set one year ago
Some vs Find atata one year ago
vue.delete vs ramda omit one year ago
flatMap() vs filter().map() 2234234

flatMap vs filter map

one year ago
Push vs Spreadf2323423

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

one year ago
concat vs spread stovt one year ago
Regex whitespace remove vs trim one year ago
Add a lot of elements to array: push(w/o destructuring) vs destructuring one year ago
JSON.parse VS string.split2

JSON.parse VS string.split

one year ago
my map vs for loop one year ago
set.has vs. array.includes on 25 000 items one year ago

 Create Your benchmarks