lodash.round VS toFixed() VS toFixed() and parseFloat vs L.formmatNum
Compare round lodash function vs javascript native toFixed() function
3 years ago
User agent:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36
Test name |
Executions per second |
Round floating number using lodash round function |
2486.7 Ops/sec |
Round floating number using toFixed() |
8920.9 Ops/sec |
Round floating number using toFixed() and parseFloat |
4689.9 Ops/sec |
Leaflet formatNum |
9268.1 Ops/sec |
Tests:
-
Round floating number using lodash round function
-
Round floating number using toFixed()
-
Round floating number using toFixed() and parseFloat
-
Leaflet formatNum
Open this result on MeasureThat.net