Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

malware durik

No description provided

1313123

123123

Redundant Lookups

No description provided

if vs switch case

No description provided

localeCompare vs function on array sort

Test if the

JSON Query Languages

JMESPath vs JSONata vs JSPath vs JSONPath

POJOs vs Immutable Maps

No description provided

POJOs vs Immutables

No description provided

Iterator/generator vs. forEach vs. for...of

Recurse through a nested data structure using iterator/generator vs. forEach vs. for...of

Lodash _.has vs Optional Chaining

No description provided

Lodash _.get() vs Optional Chaining

No description provided

String() vs .toString() vs Baseline

No description provided

Array.prototype.filter vs Lodash filter vs For vs for..in vs for..of v2

No description provided

RegEx vs For Loop 1337

-

test DomParser #2

No description provided

Set innerText vs textContent

No description provided

query test new

No description provided

TY_svg_stackCompare_v004

Testing different methods for altering svg properties

query test(keys)

No description provided

TY_svg_stackCompare_v002

Testing different methods for altering svg properties

Unshift vs concat

We can add elements to the beginning of array using both, let's find out which is faster. Unshift also mutates the array. Concat does not, so that would be preferable.

TY_svg_stackCompare_v001

Testing different methods for altering svg properties

Stroke-width vs vector-effect

Scaling a stroke and countering the scale by using stroke-width or vector-effect.

Array.prototype.concat vs Array.prototype.splice() for joining two arrays

No description provided

Micromark vs markdown-it parser2

No description provided