Benchmark name When Created
Array.prototype.concat vs spread operator [3]

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

14 days ago
Destructuration vs direct access in filter 15 days ago
moment(string) vs moment(new Date(string)) vs new Date(string) vs dayjs(string) vs dayjs(new Date(string)) 15 days ago
Date.parse vs. new Date().getTime 15 days ago
Javascript: Case insensitive string comparison performance2 15 days ago
eval vs new Function vs function(Sample JS Functions) 2 15 days ago
lodash xor performance with multiple arrays

Searching for faster solution for _.xor(a, b)

15 days ago
Map.has vs Set.has vs Array.includes 01.04.2025 15 days ago
Map.has vs Set.has 01.04.2025 15 days ago
Intl.Collator.compare vs localeCompare (numeric) 15 days ago
flatMap() vs filter().map() vs reduce() vs forOf loop v8

flatMap vs filter map vs reduce() vs forOf loop

16 days ago
bignumber.js vs. big.js vs. decimal.js 20250401

- https://github.com/MikeMcl/bignumber.js/tree/v9.0.0 - https://github.com/MikeMcl/big.js/tree/v5.2.2 - https://github.com/MikeMcl/decimal.js/tree/v10.2.0

16 days ago
Passing objects with raw values vs passing just raw values vs array of values spread

Updated because it looks like Firefox optimizes away the entire test

16 days ago
Array constructor vs literal performance - 100000 itemslljkjlkjkjlkjjlj 16 days ago
Boolean cast vs !! test 16 days ago
Printing 1000 array elements, for vs for (with function call) vs foreach 16 days ago
Some vs Find on objects2 16 days ago
Some vs Find on objects 16 days ago
class declaration vs class expression 2 16 days ago
class declaration vs class expression 16 days ago
Object.create vs __proto__ 16 days ago
lodash chunk2 16 days ago
Ternary operator VS Multi-assign VS Function call 16 days ago
Old MutationEvents performance 2 18 days ago
Old MutationEvents performance 18 days ago

 Create Your benchmarks