Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

kmionnomij

nj

kmionnomi

nj

clearing array via .length = 0 vs. = [] vs. .splice(0)

No description provided

addEventListener() vs jQuery.on() with mouseEnter

No description provided

const vs. let vs. var

No description provided

foreach find vs lodash uniq

No description provided

slice vs get by index

Comparison of Array.prototype.slice and manually getting items by index

split some vs indexOf vs includes

Which is faster, splitting a string into pieces and searching for something specific at the start of each section, or just searching for the splitter and what comes after

Lodash Sum vs ApSum

No description provided

String format vs template literal

test speed, maybe also allocations

stateForId

No description provided

json parse vs string to dict2

No description provided

Underscore vs Lodash: isEqual 5

Compare Underscore vs Lodash isEqual. Which is faster?

Underscore vs Lodash: isEqual 4

Compare Underscore vs Lodash isEqual. Which is faster?

Underscore pluck vs map 5

No description provided

Underscore pluck vs map 4

No description provided

Underscore pluck vs map 2

No description provided

Equals vs underscore vs lodash part 2

No description provided

Equals vs underscore vs lodash

No description provided

Lazy-loading JSONP Script vs. DOM manipulation

No description provided

clearing array via pop() vs shift() vs .length = 0 vs = [] 1

No description provided

clearing array via pop() vs shift() vs .length = 0 vs = [] 2322323

No description provided

clearing array via pop() vs shift() vs .length = 0 vs = [] 2322

No description provided

Array loop vs foreach vs map vs while vs some vs every vs filter vs find

No description provided

Array loop vs foreach vs map vs while vs some

No description provided