Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

isequal 2024-1

No description provided

isequal 2024

No description provided

Fixed Array.prototype.slice vs spread operator

Compare the new ES6 spread operator with the traditional slice() method

Property access via dot notation vs brackets

No description provided

Slice vs Splice vs Shift (More itemsToRemove)

Compares the speed for removing 2 items from the beginning of an array

TreeWalker vs querySelectorAll(getting first and list child) v2

No description provided

Add new element to array: push vs destructuring with Set

spread operator vs Push

1111111111

11111111111111

wadwdwd

awdawdad

Filtering links by their href attribute via CSS attribute selector vs. various methos of attribute testing in JS

No description provided

char index vs charAt() vs slice() vs startsWith() vs RegExp (FIXED)

Compare methods for testing string's beggining character.

perfomance.now vs Date.now vs new Date().getTime() and toString(36) 1

Comparing performance of perfomance.now, Date.now and new Date().getTime() and converting to b36 string

Usporedba Optimised 10

No description provided

Usporedba Optimised 100

No description provided

Usporedba Optimised

No description provided

Usporedba 2

No description provided

Usporedba

No description provided

With or without useMemo2

No description provided

With or without useMemo

No description provided

Delete vs Rest object

Measure the performance of delete a prop versus removing a prop using rest object

Reduce array destructuring vs push

No description provided

Lodash find vs object.reduce

No description provided

RegEx.test vs. String.includes vs. String.match pr

No description provided

Compare add to UL (foreach vs for loop vs separate function unrolled)

No description provided

Convert Number to String random

No description provided