Benchmark name When Created
Creating/adding html element performance (10 elements) 2 years ago
Creating/adding html element performance (100 elements) 2 years ago
Case-insensitive string comparison: regex -i versus string.toUppercase 2 years ago
compare-01 2 years ago
String to number conversion in Vanilla JS 2 years ago
Date.now() vs new Date().valueOf() 2 years ago
test comparsion by value vs by link 2 years ago
Input vs Textarea large text 2 years ago
Array.prototype.every vs _.every

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

2 years ago
Create and append/remove versus display:block/display:none (improved)

By writing javascript web applications It is often common the need to show or hide elements like a div according to the user actions. Is it better to do this by creating and appending the node when it is needed or to create the node on the application start and then just display or hide it? This benchmark is a performance test of this particular use case. In this version, the createAppendDiv was isolated from operations that can be done once, so the test executes just the operations that are really essencial for the test case.

2 years ago
Create and append/remove versus display:block/display:none

By writing javascript web applications It is often common the need to show or hide elements like a div according to the user actions. Is it better to do this by creating and appending the node when it is needed or to create the node on the application start and then just display or hide it? This benchmark is a performance test of this particular use case.

2 years ago
My Map vs Object Insert 2 years ago
ObjectVMap 2 years ago
Map and Object 2 years ago
test map vs for each 2 years ago
map vs forEach 12344323432 2 years ago
Set vs Filter vs includes+push for unique 2 years ago
spread array performance (vs slice, splice, concat) 2 2 years ago
spread vs mutation vs Object.assign for reduce callback for objects 2 years ago
Map & Filter vs Reduce

Testing the speed of mapping and filtering of a reduce

2 years ago
Lodash.js vs Native Intersection1 2 years ago
Lodash.js vs Native Intersection 2 years ago
Array fill methae3sxoop

Array fill method vs for loop performance validationx

2 years ago
querySelector vs getElementsByClassName 23313 2 years ago
lodash merge vs deepmerge latest 2 years ago

 New benchmark Your benchmarks