Benchmark name When Created
DataView or BitTwiddling, Aligned and Unaligned

Is DataView faster than directly bit twiddling?

9 months ago
_.compact vs filter(v=>v) 9 months ago
for-of over sliced array 9 months ago
array[array.length - 1] vs array.at(-1) (V3)

This version avoids OOM errors

9 months ago
Bitwise shift vs and 9 months ago
findIndex vs forEach until final test2 9 months ago
findIndex vs forEach until final 9 months ago
me vs spenny 9 months ago
array[1] vs array.at(1) 9 months ago
Number([num].toFixed(precision)) vs scaling + Math.round()

Number([num].toFixed(precision)) vs scaling + Math.round()

9 months ago
In-memory, localStorage and sessionStorage Speedtest 9 months ago
Date Creation: TEST 2 9 months ago
Bind vs closure déclaration 2 9 months ago
clientHeight + clientWidth vs getComutedStyle()

element.clientHeight + element.clientWidth vs window.getComputedStyle(element)

9 months ago
Lodash cloneDeep vs structuredClone on lots

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

9 months ago
Lodash cloneDeep vs structuredClone on many

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

9 months ago
Array vs Reversed Map 9 months ago
Array vs Object vs Map vs WeakMap access (3) vs Object key 9 months ago
barbar

foo

9 months ago
Object literal vs Object.create(null )

compare performance of object creating non-empty objects using object literal vs Object.create

9 months ago
array[array.length - 1] vs array.at(-1) (V2) 9 months ago
6e8fbee3-9c41-432e-8606-5a5df016e2b0 9 months ago
6e8fbee3-9c41-432e-8606-5a5df016e2b1 9 months ago
6e8fbee3-9c41-432e-8606-5a5df016e2b5 9 months ago
find vs for..break 9 months ago

 New benchmark Your benchmarks