Benchmark name When Created
fight to the death - for loop vs chained (100,000) one year ago
fight to the death - for loop vs chained (1000) one year ago
fight to the death - for loop vs chained (100) one year ago
fight to the death - for loop vs chained (10) - 2 one year ago
fight to the death - for loop vs chained (10) one year ago
fight to the death - for loop vs chained arr (100) one year ago
fight to the death - for loop vs chained arr (10) one year ago
fight to the death - for loop vs chained methods 1,000,000 one year ago
fight to the death - for loop vs chained methods 100,000 one year ago
fight to the death - for loop vs chained methods 10,000 one year ago
fight to the death - for loop vs chained methods 1000 one year ago
fight to the death - for loop vs chained methods1 array length 100 one year ago
fight to the death - for loop vs chained methods1

array length 10

one year ago
fight to the death - for loop vs chained array methods (10,000,000) minus sort

remove the sort from for loop method

one year ago
fight to the death - for loop vs chained array methods (100,000)

array length 100,000

one year ago
Comparing different techniques to truncate float-point numbers in JavaScript

Math.trunc(original) ~~original; // Double negation original & -1; // Bitwise AND with -1 original | 0; // Bitwise OR with 0 original ^ 0; // Bitwise XOR with 0 original >> 0; // Bitwise shifting by 0

one year ago
Underscore.isEqual vs JSON.stringify Equality Comparison for Shallow Array of Strings

Test on isEqual performance

one year ago
Lodash.isEqual 4.17.21 vs JSON.stringify Equality Comparison for Shallow Array of Strings

Test on isEqual performance

one year ago
filter ids with findIndex vs Map access12314 one year ago
filter ids with findIndex vs Map access one year ago
findIndex vs new Map123fdfdsfsfd one year ago
findIndex vs new Map one year ago
findIndex vs map.get one year ago
StructuredClone vs iteration copy one year ago
fight to the death - for loop vs chained array methods (10)

arr length 10 (replaced if else with a switch for the win?)

one year ago

 New benchmark Your benchmarks