Benchmark name When Created
str.match vs str.Split filter

Test String.match with regex against String.split with string. We are splitting a string at the spaces.

11 months ago
Lodash cloneDeep vs JSON Clone vs Ramda Clone vs hand rolled vs spread vs obj.assign vs structured clone

just benchmarking things

11 months ago
Some vs. Filter vs. indexOf vs. Includes vs. Find with fix 11 months ago
regex vs. split().slice().join() 11 months ago
map+join vs concat2 11 months ago
map+join vs concat1 11 months ago
map+join vs concat 11 months ago
String() vs .toString() vs concat vs template 11 months ago
Array.prototype.slice vs spread operator 20

Compare the new ES6 spread operator with the traditional slice() method

11 months ago
2023 - xhr vs fetch 11 months ago
Array concat vs spread operator vs push (reduce)

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

11 months ago
instanceof vs instance property 2 11 months ago
instanceof vs instance property 11 months ago
BigInt parseInt vs Number 11 months ago
Object parameters 2 11 months ago
for vs foreach vs some vs for..of gabzz

Compare loop performance

11 months ago
Slice vs Shift (for 1 element) 11 months ago
Object parameters 11 months ago
ES6 Class vs Prototype vs Object Literal 4

Test the speed and memory usage using 3 different techniques for constructing class objects.

11 months ago
While vs For loop 2 11 months ago
then vs. async-await simple 11 months ago
indexing vs find 11 months ago
BigInt split vs slice 11 months ago
Immutable.JS get vs object access vs map get 11 months ago
Vanilla JS VS JQuery DOM perfomance222

Vanilla JS VS JQuery DOM perfomance

11 months ago

 New benchmark Your benchmarks