Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Lodash.get vs Property dot notation Roy
(version: 1)
Comparing performance of:
Lodash get vs Native
Created:
one year ago
by:
Guest
Jump to the latest result
HTML Preparation code:
<script src="https://cdn.jsdelivr.net/lodash/4.16.0/lodash.min.js"></script>
Script Preparation code:
var person = {name: {roy: {last:'Frederick'}}, lastName: 'Corcino Alejo'};
Tests:
Lodash get
_.get(person, 'name');
Native
person?.name?.roy?.last
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (2)
Previous results
Fork
Test case name
Result
Lodash get
Native
Fastest:
N/A
Slowest:
N/A
Latest run results:
Run details:
(Test run date:
one year ago
)
User agent:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36
Browser/OS:
Chrome 130 on Windows
View result in a separate tab
Embed
Embed Benchmark Result
Test name
Executions per second
Lodash get
3176560.0 Ops/sec
Native
7430640.5 Ops/sec
Related benchmarks:
Lodash.get vs Property dot notation
Lodash.get vs Property dot notation with sanity check
Lodash.get vs Property dot notation for defaults
Lodash.get vs Property bracket notation
Lodash.get vs Property dot notation - 2 deep
Lodash.get vs Property dot notation @movlan
Lodash.get vs Property dot notation with longer path
Lodash.get vs Property dot notation with default value
Lodash.get vs Property dot notation with ?
Comments
Confirm delete:
Do you really want to delete benchmark?