Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
aasdfasdfasa
(version: 0)
Comparing performance of:
native vs lodash
Created:
4 years ago
by:
Guest
Jump to the latest result
Tests:
native
var A = {a:1, b:2, c:3}; const ar = []; var n = 500000; for(var i=0; i<n; i++) ar.push(A); const copy = ar.map(object => ({ ...object }))
lodash
var A = {a:1, b:2, c:3}; const ar = []; var n = 500000; for(var i=0; i<n; i++) ar.push(A); _.cloneDeep(ar);
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (2)
Previous results
Fork
Test case name
Result
native
lodash
Fastest:
N/A
Slowest:
N/A
Latest run results:
No previous run results
This benchmark does not have any results yet. Be the first one
to run it!
Related benchmarks:
sdfasdfasdf
Word width calculation speed
IndexOf vs Includes vs lodash includes v3
reduce me test 000009
reduce spread vs reduce
Comments
Confirm delete:
Do you really want to delete benchmark?