Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
pop vs index
(version: 0)
Comparing performance of:
index vs pop
Created:
3 years ago
by:
Guest
Jump to the latest result
Script Preparation code:
const myList = [77];
Tests:
index
const myList = [77]; return myList[0];
pop
const myList = [77]; return myList.pop();
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (2)
Previous results
Fork
Test case name
Result
index
pop
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:
pop vs. Index write performance
pop vs length 123456 22
pop vs length-123454763
pop vs index for array
Comments
Confirm delete:
Do you really want to delete benchmark?