Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

makes fast (end of list)

No description provided

makes fast

No description provided

push() vs [...] for large arrays

Comparing the various ways to append to a large array

appendChild with DocumentFragmenet vs append Array of Elements

No description provided

Lodash.js vs Native - filter

No description provided

split-join vs regex replace vs replaceAll

No description provided

array includes vs object key -1

No description provided

Sort and Shift vs Loop and Splice

No description provided

Set textContent vs append

No description provided

lodash omitBy vs Array.reduce omit by 100k

No description provided

lodash groupBy vs Array.reduce group by 100k

No description provided

insertAdjacentHtml with remove vs innerHTML

insertAdjacentHtml with remove vs innerHTML

Switch vs If javascript tester

No description provided

Object.assign vs "static" assign

No description provided

Date creation speed

No description provided

Lodash cloneDeep vs Object spread

No description provided

test vs match vs startsWith vs [0] vs includes vs search

No description provided

test vs match vs startsWith vs [0] vs includes

No description provided

test vs match vs startsWith vs [0]

No description provided

Chunk slice vs. Lodash chunk

No description provided

toggle classname string vs array vs classList

No description provided

includes with regex vs startWith

No description provided

boolean to string2

No description provided

boolean to string

No description provided

Create a map once then query it, or query each value.

when receiving a large result, should you query said result and reused the cache value, or should you search the value each time.

NEW BENCHMARK Your Benchmarks