Benchmark name | When Created |
---|---|
var is a non-empty array (v3)
Micro-benchmark various method of checking for non-empty array on arbitrary variable |
one year ago |
var is a non-empty array (v2)
Micro-benchmark various method of checking for non-empty array on arbitrary variable |
one year ago |
var is a non-empty array
Micro-benchmark various method of checking for non-empty array on arbitrary variable |
one year ago |
lodash uniq vs set 20230703 | one year ago |
setPrototypeOf vs getPrototypeOf | one year ago |
defineProperty vs assign vs set | one year ago |
check index access speed
speed |
one year ago |
dfdxstraight 2 | one year ago |
dfdxstraight | one year ago |
contains vs closest 2 | one year ago |
Array.find vs. Map.get (small scale) | one year ago |
ISO 8601 parsing | one year ago |
moment(string) vs moment(new Date(string)) vs new Date(string) | one year ago |
Moment.js string vs Date in constructor | one year ago |
Math.round vs 0.5 << 0 | one year ago |
toLocaleString vs regex | one year ago |
concat vs Destructuring | one year ago |
JSON stringify vs array join 2 | one year ago |
_.pickBy vs native vs ES6 Filter | one year ago |
<script src='https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.15/lodash.min.js'></script> | one year ago |
String.includes vs. multiple String.endsWith
If what you're looking for is expected to be at the end of a string, is it faster to test multiple known setups from the end of the string? |
one year ago |
Sorting array | one year ago |
Rest parameters vs array parameter 2 | one year ago |
Const vs Has
Const vs Has |
one year ago |
Math.pow(x,0.5) vs Math.sqrt(x) 12 | one year ago |