Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Markdown Performance Comparison 14

A performance comparison of leading Javascript Markdown implementations.

Array.from() vs new Array() with index

Testing the difference between creating filled arrays.

Custom Event vs PubSub Single Event 10

No description provided

slice version 2

No description provided

Style vs SetAttribue

No description provided

Object creation vs assign

No description provided

slice vs array from

No description provided

new class from fn vs function returning obj from fn

Measure the performance of instanceOf operator vs comparing a basic string type.

new class vs function returning obj

Measure the performance of instanceOf operator vs comparing a basic string type.

if-else vs switch-case vs object literals vs ternary-operator 3

No description provided

Js Split vs Regex

No description provided

js inarray

No description provided

Lodash isEmpty vs Native Javascript, many keys

This benchmark compares the performance of lodash's `isEmpty` function with native JavaScript code for checking if an object is empty. The lodash `isEmpty` function checks if a value is an empty object, collection, map, or set. The native JavaScript code checks if an object has no own enumerable string keyed properties.

Array find vs includes (temp3214)

No description provided

Check JS spread operator vs Object.assign performance

No description provided

compare arrays + toString

lodash vs json stringify and other methods

For in vs Object.*.forEach vs Object.values vs _.forEach(_.values vs n=arr.length

No description provided

Dexla - Lodash Get

No description provided

Dexla - Lodash Merge

No description provided

replaceChildren VS while+appendChild VS replaceChildren+fragment VS innerHTML+fragment VS while+fragment

replaceChildren VS while+appendChild VS replaceChildren+fragment VS innerHTML+fragment VS while+fragment

replaceChildren vs while w/ appendChild 2

replaceChildren vs while w/ appendChild

replaceChildren vs while w/ appendChild

replaceChildren vs while w/ appendChild

For in vs Object.*.forEach vs Object.values vs _.forEach(_.values v3

No description provided

A Spl vs Regx

No description provided

Classnames vs CLSX vs Alternatives 2024-05-20

Compare CLSX vs Classnames vs an own implementation of creating a template string

NEW BENCHMARK Your Benchmarks