Benchmark name When Created
Last item in array Slice vs Length - 1 vs At -1 one year ago
Map copy vs irect copy one year ago
Caching with loop conditions

Comparing performance of with and without caching array length.

one year ago
Caching for loop conditions

Comparing performance of with and without caching array length.

one year ago
Lodash vs. direct comparison one year ago
slice VS splice - 222222

100k list splice and shift win, they mutate list slice loose, it creates a copy of list 7.5x slower

one year ago
querySelector vs getElementsByClassName with get one year ago
lodas pick vs plain function one year ago
reselect createSelector vs plain selector vs custom createSelector

Which should you use to manage selectors with dependencies

one year ago
Omit lodash vs plain function one year ago
flatmap vs concat and spread operator one year ago
image from blob vs native image src with decode 2

image from blob vs native image src with decode 2

one year ago
array.find() vs. array.some() - big array version

Test both methods when using them to check the existance of an element in an array. Both tests return truthy.

one year ago
array.find() vs. array.some()

Test both methods when using them to check the existance of an element in an array.

one year ago
JSON.parse + JSON.stringify vs structuredClone (cyclical graph) one year ago
lodash clonedeep vs json.parse(stringify()) vs recursivecopy with big object one year ago
JSON.parse + JSON.stringify vs structuredClone one year ago
Temp123 one year ago
querySelectorAll vs getElementsByClassName claudiu

<div name='test' id='test' class='test'> <div class='test-child'></div> </div>

one year ago
ISO-Date slice vs split one year ago
FindIndex + splice vs filter(2) one year ago
set vs some 1000000 one year ago
set vs some one year ago
Float32Array access

Float32Array access test

one year ago
Some vs Reduce - v1 one year ago

 Create Your benchmarks