Benchmark name | When Created |
---|---|
jQuery - $(selector, context) VS $(context).find(selector) | 8 years ago |
Setting input placeholders
Setting and clearing placeholders on a lot of elements at once |
8 years ago |
es6 destructuring vs lodash _.get
compare performance of _.get to es6 desu |
8 years ago |
Var vs Let
Just a simple test with var/let performance in for loop |
8 years ago |
length vs !! | 8 years ago |
forEach vs manual | 8 years ago |
Data Properties vs. Accessor Properties vs. Getter / Setter Methods
The purpose of this benchmark is to determine the performance differences between data properties, accessor properties and getters / setter functions. |
8 years ago |
Lodash filter length vs sumby | 8 years ago |
Lodash filter length vs sumby | 8 years ago |
Lodash filter length vs sumby | 8 years ago |
soa vs aos
As titled |
8 years ago |
soa vs aos
As titled |
8 years ago |
soa vs aos
As titled |
8 years ago |
soa vs aos
As titled |
8 years ago |
soa vs aos
As titled |
8 years ago |
soa vs aos
As titled |
8 years ago |
Object Function vs Free Function | 8 years ago |
Function Wrapping | 8 years ago |
Prototypal Object-Property Method Call | 8 years ago |
update vs rerender | 8 years ago |
Multiplying lists of vectors - SoA vs AoS vs interlaced array | 8 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! |
8 years ago |
soa vs aos
As titled |
8 years ago |
soa vs aos
As titled |
8 years ago |
soa vs aos
As titled |
8 years ago |