Benchmark name When Created
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
var string = ' fsajdf asdfjosa fjoiawejf oawjfoei jaosdjfsdjfo sfjos 2324234 sdf safjao j o sdlfks dflks l ' one year ago
sort two numbers 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
Step through array in reverse order - reduceRight vs reverse one year ago
Custom sort vs typed array sort one year ago
Array compaction v2 one year ago
Array compaction one year ago
Tilde VS floor

Tilde VS floor

one year ago
lodash set vs custom set one year ago

 New benchmark Your benchmarks