Benchmark name When Created
compose_check 3 years ago
Instanceof vs string comparison vs property checking vs constructor comparison

Measure the performance of instanceOf operator vs comparing a basic string type.

3 years ago
EGO concat vs spread Small Array 3 years ago
ISO Date parsing split vs slice

Comparison of using split('T') or slice(0, indexOf('T')) in parsing out a date from an ISO string. Does not include any extra checking from the indexOf to ensure proper formatting of the string. Does not include array size checking after the split.

3 years ago
Which scroll is best? 3 years ago
querySelector vs getElementsByClassName ccc2 3 years ago
querySelector vs getElementsByClassName ccc1 3 years ago
EGO set vs lodash vs underscore 3 years ago
innerhtml vs removechild vs remove(firstChild) vs remove(lastChild) 3 years ago
Lodash.get vs Property dot notation deeply nested 3 years ago
Lodash.get vs Property dot notation nested 3 years ago
Bitwise, Bitwise not, and Math floor 3 years ago
Compare Lodash and JS rand 3 years ago
Data duplication (single run) 3 years ago
Data duplication 3 years ago
find vs some in us.js 3 years ago
test a - b 3 years ago
sort-filter vs reduce 3 years ago
Object.fromEntries vs reduce vs reduce with spread 3 years ago
forEach vs reduce vs map vs filter vs for (v2) 3 years ago
Array .reverse() .push() vs .unshift() 3 years ago
Extract data from array - map() vs JSON.stringify() vs for loop 3 years ago
weeeeee 3 years ago
unshift vs realloc vs push vs init 3 years ago
findIndex vs map & indexOf vs find 3 years ago

 Create Your benchmarks