Benchmark name When Created
Mutation vs non-mutation in reduce 3 years ago
Array.from vs Spread 1k elements 3 years ago
string concat using different approaches 3 years ago
Lodash Uniq vs Javascript Set 10000 items 3 years ago
Optional chaining vs native code(Opt) 3 years ago
ramda merge.all vs object.assign vs spread 3 years ago
javascript concat vs spread operator vs push

javascript concat vs spread operator vs push

3 years ago
+ vs parseInt 3 years ago
new Array from vs slice vs push vs index vs spread 3 years ago
Canvas test

test

3 years ago
Lodash vs vanila 3.3 3 years ago
Lodash vs vanila 3.2 3 years ago
Lodash vs vanila 3 3 years ago
test power

t

3 years ago
Lodash vs vanila 2 3 years ago
Lodash vs vanila 3 years ago
Array vs Linked List123451

Manage Todos in a list - compare performance of Array vs Linked List.

3 years ago
Array vs Linked List12345

Manage Todos in a list - compare performance of Array vs Linked List.

3 years ago
slice vs substr vs substring vs replace

Compares slice, substr and substring to each other when there is only a start index

3 years ago
slice vs substr vs substring (with no end index) 22

Compares slice, substr and substring to each other when there is only a start index

3 years ago
3xif||regexp2

Test the performance of replace() vs substring() vs slice() when replacing a char at the beginning of a (in this case uri query-)string that may or may not be there. Added the combined brackets[ ] + substr() method, since it's always the first char we wan't to pop off. Inspired by https://jsperf.com/replace-or-substr. Note: could not get 'let' and 'const' to work. Well, too bad...

3 years ago
3xif||regexp

Test the performance of replace() vs substring() vs slice() when replacing a char at the beginning of a (in this case uri query-)string that may or may not be there. Added the combined brackets[ ] + substr() method, since it's always the first char we wan't to pop off. Inspired by https://jsperf.com/replace-or-substr. Note: could not get 'let' and 'const' to work. Well, too bad...

3 years ago
replace vs substring vs slice from beginning (+ brackets, substr, compiled vs inline regex) rulez

Test the performance of replace() vs substring() vs slice() when replacing a char at the beginning of a (in this case uri query-)string that may or may not be there. Added the combined brackets[ ] + substr() method, since it's always the first char we wan't to pop off. Inspired by https://jsperf.com/replace-or-substr. Note: could not get 'let' and 'const' to work. Well, too bad...

3 years ago
Creation time smaller function pointing to prototype methods VS one larger all in one funtion

time consumed creating a smaller function vs creating a larger function

3 years ago
prototype methods vs defined function

Testing performance: multiple prototype methods chained after one another that invoke a function from a external source (like fs.readDir or fs.stat, but in this case onTodo1 and onTodo2) - VS - one prototype method that creates a new function in the scope of that one method every time the method is called.

3 years ago

 New benchmark Your benchmarks