Benchmark name | When Created |
---|---|
JSON.parse vs StructuredClone Huge Object
Tests performance of JSON.parse(JSON.stringify( )) vs structuredClone( ) |
8 months ago |
JSON Parse vs StructuredClone bigger object
Comparses JSON.parse(JSON.stringify()) vs structuredClone on a bigger JSON object |
8 months ago |
Lodash keyBy vs vanilla | 8 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. |
8 months ago |
array.from.map vs array.from with map vs spread with map | 8 months ago |
new Date(date) vs new Date(normalizeToLocalDate(date)) 3 | 8 months ago |
Set VS Array VS Object Dictionary
Set vs Array vs Object Dictionary |
8 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. |
8 months ago |
Set vs Array cuttle
Checking to see if a variable is included |
8 months ago |
array.from.map vs array.from with map [large dataset] | 8 months ago |
new Date(date) vs new Date(normalizeToLocalDate(date)) 2 | 8 months ago |
object record find 100000 | 8 months ago |
new Date(date) vs new Date(normalizeToLocalDate(date)) | 8 months ago |
object record find 2 | 8 months ago |
array.from.map vs array.from with map | 8 months ago |
Initialization: direct vs. spread vs. Object.assign | 8 months ago |
Object initialization direct vs. spread vs. Object.assign | 8 months ago |
Array.from() vs Spread with 10K elements | 8 months ago |
className vs. setAttribute vs. classList (separately and in one go) | 8 months ago |
find: .includes vs hashtable .has | 8 months ago |
for vs foreach vs some vs for..of vs for in
Compare loop performance |
8 months ago |
Split 10k file
Split 10k file |
8 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() |
8 months ago |
immutable object/set/array
check performance of adding/removing items from immutable data structures like array, object, Set and Immutable.Set |
8 months ago |
Check Date contains time | 8 months ago |