Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

lodash uniq vs set lodash@4.17.21

No description provided

.sort vs manual (in the context of making a res. array)

No description provided

Lodash sumBy with lambda vs Array reduce

No description provided

Array Copy: Spread operator VS For loop

No description provided

lodash flatmap vs Vanilla flatmap 3

No description provided

lodash flatmap vs Vanilla flatmap 2

No description provided

_.fm vs native.fm latest lodash 2

No description provided

my testtestets

No description provided

display_quantity_test

No description provided

jquery ajax v fetch

No description provided

getAttribute vs dataset (without explicit loop)

Compare setAttribute to dataset

jQuery 1.8.3 vs 2.0.3

benchmark 2 different versions of jquery

Object compare (raw or stringify) 2

No description provided

Object compare (raw or stringify)

No description provided

array math.max (3 variants) vs for loop (5 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.

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.

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

exec vs split

No description provided

testowy benchmark123

No description provided

last i in Array

myArr.Length vs myArr[i]

Lodash merge vs mergedeep 1

No description provided

Lodash merge vs mergedeep

No description provided

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

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

Normal function vs Arrow function comparison

No description provided

NEW BENCHMARK Your Benchmarks