Benchmark name | When Created |
---|---|
JSON Parse vs StructuredClone bigger object
Comparses JSON.parse(JSON.stringify()) vs structuredClone on a bigger JSON object |
3 months ago |
Lodash keyBy vs vanilla | 3 months ago |
String Big array comparision 2
Bitwise big array comparision. Goal of this test is to figure out wether it's more efficient to find 1 out of many checksums as string or integer. |
3 months ago |
array.from.map vs array.from with map vs spread with map | 3 months ago |
new Date(date) vs new Date(normalizeToLocalDate(date)) 3 | 3 months ago |
Set VS Array VS Object Dictionary
Set vs Array vs Object Dictionary |
3 months ago |
Bitwise Big array comparision 2
Bitwise big array comparision. Goal of this test is to figure out wether it's more efficient to find 1 out of many checksums as string or integer. |
3 months ago |
Set vs Array cuttle
Checking to see if a variable is included |
3 months ago |
array.from.map vs array.from with map [large dataset] | 3 months ago |
new Date(date) vs new Date(normalizeToLocalDate(date)) 2 | 3 months ago |
object record find 100000 | 3 months ago |
new Date(date) vs new Date(normalizeToLocalDate(date)) | 3 months ago |
object record find 2 | 3 months ago |
array.from.map vs array.from with map | 3 months ago |
Initialization: direct vs. spread vs. Object.assign | 3 months ago |
Object initialization direct vs. spread vs. Object.assign | 3 months ago |
Array.from() vs Spread with 10K elements | 3 months ago |
className vs. setAttribute vs. classList (separately and in one go) | 3 months ago |
find: .includes vs hashtable .has | 3 months ago |
for vs foreach vs some vs for..of vs for in
Compare loop performance |
3 months ago |
Split 10k file
Split 10k file |
3 months ago |
indexOf vs. Includes vs. Find vs. Some vs. Filter vs. loop vs. $.inArray()
Array.indexOf() vs. Array.includes(value) vs. Array.includes(function) vs. Array.find() vs. Array.some() vs. Array.filter() vs. Loop vs. JQuery's $.inArray() vs. lodash's _.includes() |
3 months ago |
immutable object/set/array
check performance of adding/removing items from immutable data structures like array, object, Set and Immutable.Set |
3 months ago |
Check Date contains time | 3 months ago |
.endsWith vs includes (2) | 3 months ago |