Benchmark name When Created
Multiplying lists of vectors - SoA vs AoS vs interlaced array

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!

7 years ago
Multiplying lists of vectors - SoA vs AoS vs interlaced array

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!

7 years ago
Multiplying lists of vectors - SoA vs AoS vs interlaced array

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!

7 years ago
Query Selector v Sizzle 7 years ago
Indepotent addition over large lists of vectors - SoA vs AoS

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? Let's find out!

7 years ago
Multiplying lists of vectors - SoA vs AoS vs interlaced array

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!

7 years ago
Query Selector vs Sizzle 7 years ago
bitwise operator vs. boolean logic when using TypedArrays

Bitwise operators are slow in javascript because there is implicit type conversion between floats and ints. If we use TypedArrays though, javascript engines shouldn't have to convert. But do they? This test is here to find out. We'll also check to see whether conversion is performed between another int-like datatypes, Uint32

7 years ago
jhgjhgjhgjhg

jhg

7 years ago
Traduction 7 years ago
array.splice vs for loop 7 years ago
array.splice vs for loop 7 years ago
arguments vs array 7 years ago
Different Styles of Object Diffs in JS 7 years ago
arrow vs bind 7 years ago
Map vs forEach 7 years ago
Map vs forEach 7 years ago
Map vs forEach 7 years ago
Map vs forEach 7 years ago
Array loops 7 years ago
Array loops 7 years ago
Overload performance test 7 years ago
for (key in obj) vs Object.keys(object) 7 years ago
DocumentFragment: various jQuery vs JavaScript

Test various styles of retrieving the content of a <template> element using jQuery and pure JavaScript

7 years ago
leftpad

blah

7 years ago

 New benchmark Your benchmarks