Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Math.max with apply vs spread vs reduce 2

Compare the new ES6 spread operator with the Math.max.apply method

split vs indexof

No description provided

Math.max with apply vs spread vs reduce

Compare the new ES6 spread operator with the Math.max.apply method

Concatenation vs Interpolation 18239712aisdofaseifjasl

No description provided

splice vs replace

No description provided

Object flat copy

No description provided

NodeIterator - filter function vs nextNode state check

No description provided

New function 3

No description provided

New function2

No description provided

New function

No description provided

Multipe typeofs vs function check

No description provided

Array#concat vs spread operator, small and large(new array)

No description provided

testing--sort-js

No description provided

Css vs javascript add classre

No description provided

Css vs javascript add classss

No description provided

Css vs javascript add class

No description provided

testing--js

test

JavaScript spread operator vs concat

No description provided

Spread operator vs Immutable.js performance for common use cases

No description provided

whatwhat

No description provided

JavaScript spread operator vs Object.assign performance (with empty object in Object.assign)

No description provided

string replace

No description provided

Multiplying lists of vectors - SoA vs AoS vs interlaced array - local

What's the fastest way to process a list of vectors? Do you go the OO route, with an array of Vector() objects? Do you create a new data structure, using Float32Arrays for x, y, and z? Do you create a single Float32Array and interlace values for x, y, and z within it? Let's find out!

Creating/adding html element performance (5 elements) v2

No description provided

XHR vs fetch vs axios

No description provided