Benchmark name | When Created |
---|---|
ALY2 js vs lodash
<!DOCTYPE html> <html lang="en"> <body> <script type="module" src="scripts.js" ></script> <script src="http://lodash.com/"> </script> </body> </html> |
one year ago |
ALY js vs lodash | one year ago |
... & unshift | one year ago |
shift 4 filter | one year ago |
Date vs Dayjs | one year ago |
Array/Set/Map/Object Iteration next | one year ago |
forwardRef perf vs simple | one year ago |
for, for..of, forEach | one year ago |
concat vs spread vs push three arrays to new one FIX
Compare the spread, concat, push three arrays to new one |
one year ago |
concat vs spread vs push three arrays to new one
Compare the spread, concat, push three arrays to new one |
one year ago |
concat vs spread three arrays
Compare the spread operator with the concat() method |
one year ago |
RegEx.test vs. String.includes x 2 | one year ago |
merge vs mergeWith params | one year ago |
Intl.Collator.compare vs localeCompare with numbers | one year ago |
Hex convertion : Mapping vs Range
Which one is the faster for hex conversion : testing a range of retrieving a value ? See https://url.spec.whatwg.org/#percent-encoded-bytes |
one year ago |
Intl.NumberFormat | one year ago |
Object key access vs array index access 1000000
Tests the speed of accessing an item by object key vs array index. |
one year ago |
Object key access vs array index access 100000
Tests the speed of accessing an item by object key vs array index. |
one year ago |
Object key access vs array index access 10000
Tests the speed of accessing an item by object key vs array index. |
one year ago |
Test Dipyaman | one year ago |
chain of or equals vs Set.has
how much of a performance deficit you can expect from using Array.includes instead of manually writing a chain of logical ORs |
one year ago |
JSON Clone vs Clone | one year ago |
RFDC clone vs Clone | one year ago |
RFDC clone vs Lodash cloneDeep vs JSON Clone vs Clone | one year ago |
.includes() vs indexOf() for single-character search in string | one year ago |