Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

operand size

how operands size affects unsigned right shift, greater than or equal, and remainder.

bounded random integer generation functions when bound is power of 2

No description provided

unbiased ranged random integer generation functions

No description provided

Array.prototype.slice vs spread operator vs Array.prototype.slice(0)

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

Object iteration benchmark

No description provided

geosailing3

No description provided

geosailing2

No description provided

geosailing

No description provided

array speed 2

No description provided

array last item speed

No description provided

Various Ways to cast float to Integer

compare various ways to truncate the

Float to Integer

compare various ways to truncate the

string match in list: array.includes vs if &&

No description provided

string match in list: array.includes vs if condition ||

No description provided

string match in list: if condition vs array.includes

No description provided

Math.floor vs Bitwise OR vs Unsinged Right Shift

Math.floor vs Bitwise OR vs Unsinged Right Shift

Math.floor vs bitwise |

Math.floor vs bitwise OR

class vs fn: 3

No description provided

class vs fn: 2

No description provided

class vs fn

No description provided

Array.from vs Array.fill (debugged 2)

No description provided

Array.from vs Array.fill (debugged)

No description provided

Array Intersection vs. Native Set Intersection vs. Lodash part 3

No description provided

Array vs Linked List vs Set

compare performance of Array vs Linked List.

FindIndex + splice vs filter ( small )

No description provided