You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Find Operation, Array takes maximum time, Map and Object Find is almost similar performance
34
+
* Delete Operation, Map takes maximum time and Object is the fastest
35
+
* Insert Operation, Map takes maximum time and Object is the fastest
40
36
41
-
[High resolution time in Javascript ](https://nodejs.org/api/process.html#process_process_hrtime_time & https://stackoverflow.com/questions/6233927/microsecond-timing-in-javascript)
42
-
43
-
[Article on Array, Map, Object ](https://codeburst.io/array-vs-set-vs-map-vs-object-real-time-use-cases-in-javascript-es6-47ee3295329b)
44
37
45
38
# TO DO
46
39
User different type of meathods to manage arrays (find/insert/delete)
40
+
47
41
User different type of meathods to manage Object (delete)
48
42
49
43
Please feel free to contribute
44
+
45
+
# Ackonwledgement
46
+
[Create Command line Javascript application](https://opensource.com/article/18/7/node-js-interactive-cli)
[High resolution time in Javascript ](https://nodejs.org/api/process.html#process_process_hrtime_time)[& here](https://stackoverflow.com/questions/6233927/microsecond-timing-in-javascript)
51
+
52
+
[Article on Array, Map, Object ](https://codeburst.io/array-vs-set-vs-map-vs-object-real-time-use-cases-in-javascript-es6-47ee3295329b)
0 commit comments