Last active
June 23, 2018 18:54
-
-
Save nairihar/1c33cb29569831fe6d5409601bfac5c8 to your computer and use it in GitHub Desktop.
JavaScript series, part 1, Set, medium
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
count | Array Time | Set Time | |
---|---|---|---|
10 | 0.0478515625ms | 0.02001953125ms | |
100 | 0.160888671875ms | 0.033935546875ms | |
1000 | 1.44775390625ms | 0.4873046875ms | |
10000 | 46.619140625ms | 6.260986328125ms | |
100000 | 3247.35888671875ms | 36.764892578125ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment