Benchmark name When Created
Arguments to Array - by Jeeeyul 4 months ago
Template Literal vs Tagged Template Literal 4 months ago
React useCallback hook vs. function 2 4 months ago
parseDateISO vs parseDate vs parseDateInline 4 months ago
JSON.parse vs StructuredClone Huge Object

Tests performance of JSON.parse(JSON.stringify( )) vs structuredClone( )

4 months ago
JSON Parse vs StructuredClone bigger object

Comparses JSON.parse(JSON.stringify()) vs structuredClone on a bigger JSON object

4 months ago
Lodash keyBy vs vanilla 4 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.

4 months ago
array.from.map vs array.from with map vs spread with map 4 months ago
new Date(date) vs new Date(normalizeToLocalDate(date)) 3 4 months ago
Set VS Array VS Object Dictionary

Set vs Array vs Object Dictionary

4 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.

4 months ago
Set vs Array cuttle

Checking to see if a variable is included

4 months ago
array.from.map vs array.from with map [large dataset] 4 months ago
new Date(date) vs new Date(normalizeToLocalDate(date)) 2 4 months ago
object record find 100000 4 months ago
new Date(date) vs new Date(normalizeToLocalDate(date)) 4 months ago
object record find 2 4 months ago
array.from.map vs array.from with map 4 months ago
Initialization: direct vs. spread vs. Object.assign 4 months ago
Object initialization direct vs. spread vs. Object.assign 4 months ago
Array.from() vs Spread with 10K elements 4 months ago
className vs. setAttribute vs. classList (separately and in one go) 4 months ago
find: .includes vs hashtable .has 4 months ago
for vs foreach vs some vs for..of vs for in

Compare loop performance

4 months ago

 Create Your benchmarks