Benchmark name When Created
array math.max (3 variants) vs for loop (4 variants)

compare finding the maximum value with Math.max using .apply & using the spread (...) operator, vs a basic for loop with an if statement, a basic foor loop using length caching, a reversed iterate basic loop, a for-of loop, & finally a a Math.max.apply helper function.

6 months ago
array math.max vs for loop variants

compare finding the maximum value with math.max using .apply & using the spread (...) operator, vs a basic for loop with an if statement, a basic foor loop using length caching, a reversed iterate basic loop, & finally a for-of loop

6 months ago
12331321 6 months ago
exec vs split 6 months ago
query selector speed test 6 months ago
testowy benchmark123 6 months ago
last i in Array

myArr.Length vs myArr[i]

6 months ago
Lodash merge vs mergedeep 1 6 months ago
Lodash merge vs mergedeep 6 months ago
Array.find vs. Map.get 20241610 2

Test the performance of Array.find vs. Map.get, with various array sizes, and with/without conversion from array to map

6 months ago
Array.find vs. Map.get 20241610

Test the performance of Array.find vs. Map.get, with various array sizes, and with/without conversion from array to map

6 months ago
Normal function vs Arrow function comparison 6 months ago
for vs foreach vs for-const vs for..of

Compare loop performance

6 months ago
_.fm vs native.fm latest lodash 6 months ago
_.fm vs native.fm 6 months ago
useMemo slice 6 months ago
Array concat vs spread operator vs push vs spread whole

Compare the new ES6 spread operator with the traditional concat() method and push

6 months ago
String search vs Array search vs Obj key search 6 months ago
object spread vs immutable-js set vs native Map vs object 6 months ago
Lodash cloneDeep vs structuredClone vs JSON encoding

https://developer.mozilla.org/en-US/docs/Web/API/structuredClone

6 months ago
typeof vs isNaN 6 months ago
Regex vs startswith and slice single 6 months ago
replaceChildren vs document fragment 6 months ago
clear element using replaceChildren vs removeChild 6 months ago
Option[Int]: box vs unbox 6 months ago

 Create Your benchmarks