Benchmark name When Created
Array + map vs array iteration 6 months ago
JS Big Integers v4 6 months ago
JS Big Integers v3 6 months ago
Empty an object in JavaScript (with baseline)

Given an object with 100,000 properties with random values, is it faster to empty the object by instantiating a new object or by deleting all properties?

6 months ago
Empty an array in JavaScript (with baseline)

Given an array of 100,000 random numbers, is it faster to empty the array by instantiating a new array, setting its length to zero, splicing it at index zero, or popping all values?

6 months ago
Empty an array in JavaScript

Given an array of 100,000 random numbers, is it faster to empty the array by instantiating a new array, setting its length to zero, splicing it at index zero, or popping all values?

6 months ago
Array.from vs Spread (Map) 6 months ago
arrayLast 6 months ago
for object

Compare loop performance

6 months ago
Lodash isEmpty vs Object.entries().length 6 months ago
Array reverse 6 months ago
String array includes vs if check anonymouse array 6 months ago
String array includes vs if check correct 6 months ago
String array includes vs if check 6 months ago
Lodash pick and native method 2 6 months ago
Lodash pick and native method 1 6 months ago
Lodash pick and native method 6 months ago
Object.fromEntries vs reduce vs Map constructor 6 months ago
testeteste 6 months ago
Base64 to Base64Url replaceAll vs split + join (with plusses and slashes) 6 months ago
Base64 to Base64Url replaceAll vs split + join 6 months ago
Intl.NumberFormat vs toLocalStringaa 6 months ago
shvaer Native JS: concatenate string with + vs template literals vs String.concat 2

find best solution for concatenate 4 strings

6 months ago
shvaer Native JS: concatenate string with + vs template literals vs String.concat

find best solution for concatenate 4 strings

6 months ago
Test 6 copy methods - big data 6 months ago

 New benchmark Your benchmarks