Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

split() vs Array.from() vs push()

No description provided

CharAt vs subscript ( [] ) in Javascript String

No description provided

Last item in array Slice vs Length - 1 vs at(-1)

No description provided

Nested object

No description provided

set delete vs array splice 2

No description provided

set delete vs array splice

No description provided

new array vs new set

No description provided

for of filtered reduce spread

No description provided

Lodash.isEqual vs JSON.stringify Equality Comparison for Array of Objects.

Lodash.isEqual vs JSON.stringify Equality Comparison for Array of Objects.

Math.pow(x,2) vs Math.sqrt(x)

No description provided

for loop length vs length+1 vs less-equal

No description provided

for loop length vs length+1

No description provided

Memoized Intl.NumberFormat vs fresh instances

No description provided

new Intl.NumberFormat vs cached instances

No description provided

What's faster? cached Intl.NumberFormat vs new Intl.NumberFormat vs toLocaleString currency

No description provided

new arrow fn vs fn bind

No description provided

__proto__ vs assign field

No description provided

fn field vs obj field

No description provided

Array.from vs string split vs spread unicode

No description provided

_.cloneDeep vs structuredClone vs my cloneDeep

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

_.cloneDeep vs structuredClone vs cloneDeep

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

new Uint8Array() vs Uint8Array.from() reverse

Test ArrayBuffer creation methods on a random Array

Lodash vs Ramda vs Native 2023-12-24

Tests libraries lodash, ramda and native array functions on a sequence of map, filter, map filter operations.

Array.from() vs new Array() vs push

Testing the difference between creating filled arrays.

Splice vs Shift to remove from the beginning

No description provided