Benchmark name When Created
deepcopy one year ago
replace regex vs. multiple replaceAll vs. string split one year ago
replace regex vs. multiple replaceAll calls - fixed one year ago
replace regex vs. multiple replaceAll calls one year ago
String.indexOf > -1 vs String.includes one year ago
Parse attributes of DOM element one year ago
Lodash cloneDeep vs structuredClone vs naive JSON.stringify

https://developer.mozilla.org/en-US/docs/Web/API/structuredClone

one year ago
lodash chain vs ramdajs pipe

check this out

one year ago
RegEx.test vs. String.includes vs. String.match vs String.search one year ago
eval vs json parse - complex object one year ago
Regex Checking whitespace vs trim

testing removing beginning and end whitespace vs trim

one year ago
offsetWidth vs. getBoundingClientRect().width one year ago
Replace text content on DOM element 2 one year ago
Lodash vs Native v3,0,0 one year ago
Moment Dayjs Date-fns format benchmark 2 one year ago
Remove all children from DOM element 2 one year ago
Plain object check: Object.prototype.toString vs Object.getPrototypeOf one year ago
for-in vs object.keys [2] one year ago
Check URL protocol and domain new URL, includes, endWith vs Regex one year ago
replace vs. slice

Cut first char from string.

one year ago
Array concat vs spread operator vs push TINA

Compare the new ES6 spread operator with the traditional concat() method and push

one year ago
array indexOf vs includes vs some vs find

performance comparison of ways to find if an array contains a value

one year ago
pop() vs splice() one year ago
Object.hasOwn vs 'in' performance v2

comparing Object.hasOwn(obj, "foo") with "foo" in obj

one year ago
Object.hasOwn vs 'in' performance

comparing Object.hasOwn(obj, "foo") with "foo" in obj

one year ago

 New benchmark Your benchmarks