Benchmark name | When Created |
---|---|
Object.values vs spread operator (...) to clone arrays. | one year ago |
json stringify vs array tostring when long array | one year ago |
for-in vs object.keys vs object.keys + for loop | one year ago |
Object creation: arrow function vs. class with methods
Functions create a raw object, while class instances can rely on the prototype. Which one is faster? |
one year ago |
Web templating CSR benchmark | one year ago |
Web templating
Compare web templating: art template, lodash.template, handlebars... |
one year ago |
Latest Vanilla, Cash, jQuery, Zepto, Bliss, Umbrella, Ext - JS Library Performance Test | one year ago |
Object creation: arrow function vs. class
Functions create a raw object, while class instances can rely on the prototype. Which one is faster? |
one year ago |
bignumber.js vs. big.js vs. decimal.js (I)asd
- https://github.com/MikeMcl/bignumber.js/tree/v9.0.0 - https://github.com/MikeMcl/big.js/tree/v5.2.2 - https://github.com/MikeMcl/decimal.js/tree/v10.2.0 |
one year ago |
stupid test | one year ago |
Mix jquery & vanilla | one year ago |
t9834yt9h43 | one year ago |
Es Par String o Regrex | one year ago |
copy ArrayBuffer: DataView vs Uint8Array.set vs Float64Array.set vs by bytes (2) | one year ago |
equality vs includes
how much of a performance deficit you can expect from using Array.includes instead of writing an equality check |
one year ago |
Map get VS Map has get part 3
Map get VS Map has get |
one year ago |
char index vs charAt() vs slice() with strict eq
Compare methods for testing string's beggining character with strict eq |
one year ago |
Unique values big list | one year ago |
_concat vs _push vs _spread | one year ago |
filter vs slice with 2 indexes | one year ago |
Array.from vs Array.protptype.slice.call Performance | one year ago |
RegExp inside vs outside loop
RegExp inside vs outside loop |
one year ago |
Verifica si es par
EsPar |
one year ago |
Map get VS Map has get part 2
Map get VS Map has get |
one year ago |
Object vs Map lookup: random integer key | one year ago |