Benchmark name | When Created |
---|---|
Iterator to Array Benchmark 2 | one year ago |
Iterator to Array Benchmark | one year ago |
for...of vs map vs loop for create new data | one year ago |
vcxvcxv
dsfdsfv |
one year ago |
sfdsfdsfdsfdsf
dsfdsfdsfdsf |
one year ago |
objects delete vs null vs undefined vs void 0 vs Object.create(null)
delete vs null vs undefined vs void 0 vs Object.create(null) |
one year ago |
Test lodash get vs custom get
test between lodash getand custom |
one year ago |
Dashi's tests
test between lodash orderBy and custom |
one year ago |
test custom order vs lodash
test |
one year ago |
Intl.Collator.compare() with usage: search vs localeCompare() vs toLowercase() | one year ago |
for of string vs for index | one year ago |
React Const anon function vs function | one year ago |
instanceof vs constructor comparison | one year ago |
nstanceof vs constructor | one year ago |
instanceof vs constructor | one year ago |
Deep querySelector scope vs no scope | one year ago |
Direct querySelector scope vs no scope | one year ago |
querySelector scope vs no scope | one year ago |
React Hooks vs. Inline, useMemo, memo React v18 | one year ago |
Set vs Filter vs _.uniq for unique | one year ago |
Array + map vs array iteration | one year ago |
JS Big Integers v4 | one year ago |
JS Big Integers v3 | one year ago |
Empty an object in JavaScript (with baseline)
Given an object with 100,000 properties with random values, is it faster to empty the object by instantiating a new object or by deleting all properties? |
one year ago |
Empty an array in JavaScript (with baseline)
Given an array of 100,000 random numbers, is it faster to empty the array by instantiating a new array, setting its length to zero, splicing it at index zero, or popping all values? |
one year ago |