Benchmark name When Created
set delete vs array splice 11 months ago
new array vs new set 11 months ago
for of filtered reduce spread 11 months ago
Lodash.isEqual vs JSON.stringify Equality Comparison for Array of Objects.

Lodash.isEqual vs JSON.stringify Equality Comparison for Array of Objects.

11 months ago
Math.pow(x,2) vs Math.sqrt(x) 11 months ago
for loop length vs length+1 vs less-equal 11 months ago
for loop length vs length+1 11 months ago
Memoized Intl.NumberFormat vs fresh instances 11 months ago
new Intl.NumberFormat vs cached instances 11 months ago
What's faster? cached Intl.NumberFormat vs new Intl.NumberFormat vs toLocaleString currency 11 months ago
new arrow fn vs fn bind 11 months ago
__proto__ vs assign field 11 months ago
fn field vs obj field 11 months ago
Array.from vs string split vs spread unicode 11 months ago
_.cloneDeep vs structuredClone vs my cloneDeep

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

11 months ago
_.cloneDeep vs structuredClone vs cloneDeep

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

11 months ago
new Uint8Array() vs Uint8Array.from() reverse

Test ArrayBuffer creation methods on a random Array

11 months ago
Lodash vs Ramda vs Native 2023-12-24

Tests libraries lodash, ramda and native array functions on a sequence of map, filter, map filter operations.

11 months ago
Array.from() vs new Array() vs push

Testing the difference between creating filled arrays.

11 months ago
Splice vs Shift to remove from the beginning 11 months ago
prepend vs replaceWith - O(n) reconciliation algorithm 11 months ago
let vs const in tight loops

Checks whether using const helps for performance or not compared to using let everywhere

11 months ago
Encode vs Blobie 11 months ago
if-else vs switch22 11 months ago
Bitwise vs modulo (2) 11 months ago

 Create Your benchmarks


;