Benchmark name When Created
for loop vs. .map anon2 one month ago
for loop vs. .map anon one month ago
Replace with clean + push VS splice one month ago
Concat vs push.apply vs flat for larger arrays of arrays

Comparing the various ways to append to a large array again

one month ago
Number.toLocaleString vs Intl.NumberFormat 3 one month ago
slice lastIndexOf vs char position one month ago
Concat vs push.apply vs flat for large arrays of arrays

Comparing the various ways to append to a large array again

one month ago
Object.values vs For..In

DIferencias

one month ago
Array.from vs Spread v2 one month ago
for loop vs array map one month ago
for loop vs Array.prototype.map one month ago
Array(1,000,000 length) Mapping | Array.from vs Spread one month ago
objct vs function vs class one month ago
Set(1,000,000 length) Convert | Array.from vs Spread one month ago
objct3 vs function3 one month ago
Array(1,000,000 length) Convert | Array.from vs Spread one month ago
Battle of the JavaScript Loops

Brought to you by boredom

one month ago
Public vs Private properties

Comparing the get and set performance of directly accessing a field on a class versus using a getter/setter pair on a private property.

one month ago
_.sortBy vs JS sort vs for vs forEach one month ago
bignumber.js vs. big.js vs. decimal.js vs currency.js

- 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 - https://github.com/scurker/currency.js/tree/v2.0.4

one month ago
Number vs + vs parseFloat vs Math.Round (round to 2 decimal places) one month ago
Number vs + vs parseFloat vs Divide one month ago
for loop vs. .map but fast and with only 4 elements one month ago
for loop vs. .map but fast one month ago
for loop vs. .map [2] one month ago

 Create Your benchmarks