Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

klona vs lodash.cloneDeep vs rfdc vs structuredClone vs structuredClone

比较不同深度拷贝的test big ObjectData

lodash groupBy vs filter 100k v1

No description provided

Date.now() vs new Date().getTime() vs performance.now() vs console.time("")

No description provided

Regex type checking comparison

No description provided

React 17 useCallback

No description provided

Global regex replace vs replaceAll

No description provided

Lodash sort vs array.prototype.sort with strings

No description provided

String.replace() vs String.replaceAll()

No description provided

Math random UUID vs crypto UUID

No description provided

Array.from() vs new Array() - empty

Testing the difference between creating filled arrays.

(JSON.stringify vs lodash vs fast-deep-equal vs fast-equals) with React and Promises

No description provided

template literal vs allocated array.join vs unallocated array.join vs string.concat vs the + operator

No description provided

typeof vs cached typeof (3 scans)

No description provided

template literal vs array.join vs unallocated array.join vs string.concat vs the + operator

No description provided

template literal vs array.join vs string.concat vs the + operator

No description provided

test ABS 6

No description provided

Math.abs(x) v pow(x, 2)

No description provided

Creating Date vs Moment

No description provided

test ABS 4

No description provided

slice vs substr vs substring (with end index 2)

Compares slice, substr and substring to each other

lodash UniqueWith vs custom filter with isEqual for duplicates

No description provided

Ramda range vs Array.from

No description provided

lodash pullAt vs native splice

No description provided

typeof vs cached typeof

is it worth caching a typeof result in a loop

find() vs for...of vs for-loop simple

Testing the difference between native loops and find()

NEW BENCHMARK Your Benchmarks