Benchmark name When Created
unescape vs TextEncoder vs FileReader v3 one year ago
gzip compatible compression libraries comparison - pako vs fflate

comparing gzip compatible compression and decompression of pako with fflate

one year ago
zlib compatible compression libraries comparison - pako vs fflate

comparing zlib compatible compression and decompression of pako with fflate

one year ago
Normal Func and new Func one year ago
Scoped function vs Object Literal vs prototype vs external dependencies - v1

Test the speed of 2 different techniques for constructing kind of a prototype equivalent against a true prototype and another also against another way to do thing

one year ago
spread operator vs object assign vs object setPrototypeOf vs reflect setPrototypeOf v2

spread operator vs object assign vs object setPrototypeOf vs reflect setPrototypeOf

one year ago
spread operator vs object assign vs object setPrototypeOf vs reflect setPrototypeOf

spread operator vs object assign vs object setPrototypeOf vs reflect setPrototypeOf

one year ago
3E051086-B9C1-4B54-A2DD-F8C245690AE8 one year ago
Regex match whitespace vs trim

Regex match whitespace vs trim

one year ago
jQuery: insertBefore vs append one year ago
lodash groupBy vs Array.reduce 100k more betterer one year ago
sortipv4ModifyTestcase

sort

one year ago
sortipv4

sort

one year ago
Javascript native forEach vs _.forEach one year ago
Optional Chaining vs Ramda 0.29 one year ago
toSpliced vs splice vs with one year ago
toSorted vs slice&sort one year ago
lodash merge vs deepmerge vs simple clone function (multiple style objects) one year ago
Euclidean distance comparison

A demonstration of efficient and inefficient eculidean distance comparisons

one year ago
Strings starts with using startsWith, array access, slice. one year ago
lodash merge vs deepmerge vs deepmerge-ts vs @fastify/deepmerge vs just-extend (take 3) one year ago
Long and dynamic Inheritance => Prototype vs Object Literal - v2 one year ago
Vue Reactive vs Ref both objects one year ago
Long and dynamic Inheritance => Prototype vs Object Literal - v1 one year ago
Lodash union vs Native Javascript

This benchmark compares the performance of lodash's `union` function with native JavaScript code for creating an array of unique values from all given arrays. The lodash `union` function creates an array of unique values, in order, from all given arrays. The native JavaScript code uses the `Array.prototype.concat()` method combined with `new Set()` to achieve the same result.

one year ago

 Create Your benchmarks