Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Map vs POJO insertion

Test insertion perf for map vs pojo

Native delete vs Lodash omit vs Lodash pick - multiple properties

No description provided

RXJS (8.0.0-alpha.7) vs Vanilla

No description provided

Regex vs String.includes in Array.filter v2

No description provided

RegEx.test vs. String.includes incasesensitive

No description provided

Math.pow vs Exponentiation vs Multiplication pow 4

No description provided

Proxy set performance

No description provided

RegEx.test vs. String.includes vs. String.match (with multiple strings)

No description provided

lodash partition vs forEach with array spread iterator vs array push vs for each with concat vs two filters with 10000

No description provided

setting localStorage

testing efficiency of setting localStorage with and without conditional deep equals check

Delete vs Setting undefined

No description provided

Array vs Linked List (with improved array)

Manage Todos in a list - compare performance of Array vs Linked List.

JSON.Stringify vs TextEncoder

No description provided

String Concat vs JSON.stringify bulk

String Concat vs JSON.stringify

Lodash.isEqual vs object-hash vs JSON.stringify: Duplicate data detection for array of objects with nested properties and lots of records - Final

No description provided

hash-sum vs object-hash vs _.isEqual

No description provided

Underscore.js _forEach() vs Native for loop for large arrays

This will compare the native for loop speed vs the underscore _forEach() on a relatively large array.

new Array() vs Array.from() with random data

No description provided

JS if/if vs if/else if vs switch

Benchmark of the speed difference between using multiple IF statements and an open-ended IF/ELSE IF.

rest parameters vs arguments 4

No description provided

lodash omit vs native function

No description provided

JS number to UInt8Array 64-bit little endian

No description provided

CreateElement vs DOM Parser (v2)

No description provided

Lodash cloneDeep vs structuredClone vs JSON Parse (deep object)

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

Array vs. Set Intersection #2

No description provided

NEW BENCHMARK Your Benchmarks