Benchmark name When Created
Spread operator vs Immutable.js performance for common use cases 3 years ago
whatwhat 3 years ago
JavaScript spread operator vs Object.assign performance (with empty object in Object.assign) 3 years ago
string replace 3 years ago
Multiplying lists of vectors - SoA vs AoS vs interlaced array - local

What's the fastest way to process a list of vectors? Do you go the OO route, with an array of Vector() objects? Do you create a new data structure, using Float32Arrays for x, y, and z? Do you create a single Float32Array and interlace values for x, y, and z within it? Let's find out!

3 years ago
Creating/adding html element performance (5 elements) v2 3 years ago
XHR vs fetch vs axios 3 years ago
testing my code

just a test

3 years ago
while and replace vs split and join

testing some codes

3 years ago
addtion operator vs plus 3 years ago
addition operator bracket 3 years ago
getEventGroups 3 years ago
Array ForEach vs Find vs for loop (2) 3 years ago
Array ForEach vs Find vs for loop 3 years ago
Array ForEach vs Find 3 years ago
Date vs moment with compare 3 years ago
Date vs moment 1238uu 3 years ago
Some vs. indexOf vs. includes vs. find 3 years ago
Creating/adding html element performance (5 elements) 3 years ago
Creating/adding html element performance (10 elements) 3 years ago
Creating/adding html element performance (10 elements) v2 3 years ago
Creating/adding html element performance (10 elements) 3 years ago
Creating/adding html element performance (100 elements) 3 years ago
Case-insensitive string comparison: regex -i versus string.toUppercase 3 years ago
compare-01 3 years ago

 Create Your benchmarks