Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

setter/getter

i want to know overheads.

lodash isnubmer vs typeof

No description provided

lodash isstring vs typeof

No description provided

includes vs in

No description provided

stringify vs foor loop 2

No description provided

Lodash cloneDeep vs structuredClone vs JSON.parse+JSON.stringify

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

stringify vs foor loop

No description provided

Substring vs Slice vs substr

No description provided

slice vs replaceAll vs direct change

No description provided

slice vs replaceAll

No description provided

Includes vs Match

No description provided

ID vs Data vs Class 2

No description provided

testLS

testLS

Caching toLowerCase when filtering

No description provided

for-in vs object.keys 124124

No description provided

FP vs OOP vs fake OOP 7

No description provided

json-diff-patch vs fast-json-patch

json-diff-patch vs fast-json-patch

FP vs OOP vs fake OOP 3

No description provided

str.match vs str.Split (regex)

Test String.match with regex against String.split with string. We are splitting a string at the spaces.

object-hash vs lodash.isEqual with large dataset

No description provided

sort vs reduce for a few elements

No description provided

RegEx.test vs. String.includes vs. String.match (multiple words in regex)

No description provided

React

No description provided

React useCallback

No description provided

Object Deep Copy with structuredclone

Produce a deep copy of a Javascript object where nested objects are not simply references to the originals.