Skip to content

Instantly share code, notes, and snippets.

@ycui1
Last active January 19, 2020 12:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ycui1/3f77475cb83256b665a632a17d01cfd5 to your computer and use it in GitHub Desktop.
Save ycui1/3f77475cb83256b665a632a17d01cfd5 to your computer and use it in GitHub Desktop.
Number Experiment Array_Time Set_Time t_value p_value
1 Initialization Without Elements 7.540121674537659 7.916748523712158 -3.457562191664637 0.003846372791488026
2 Initialization With Elements 8.958488702774048 24.988874793052673 -49.77387985600688 3.71485625191658e-17
3 Iterate Elements 337.66061067581177 44.00688409805298 21.476253166244224 4.086700260362606e-12
4 Count Elements 8.78673791885376 8.702144026756287 0.5112195802639851 0.6171643091164576
5 Check If Empty 9.673908352851868 9.035870432853699 3.3699231118055515 0.004578823247822731
6 Check If Element Exists (When True) 44.153839349746704 9.419366717338562 17.398721378711933 7.04543940804122e-11
7 Check If Element Exists (When False) 357.1058511734009 9.227603673934937 44.28782375256025 1.8869990362188217e-16
8 Find Element Index (When Found) 38.447365164756775 9.576007723808289 38.59760754000621 1.2750267004908994e-15
9 Find Element Index (When nil) 276.5122652053833 9.49104130268097 75.6754571367004 1.075706707745232e-19
10 Find min 405.508890748024 61.31000816822052 31.921607849486833 1.769882507487251e-14
11 Find max 374.951109290123 55.48401176929474 32.73169282824317 1.2515886376525762e-14
12 Sort Elements 1419.7131246328354 1519.5065140724182 -0.9347959590647669 0.36573802743927475
13 Add Element 1237.9786372184753 1188.4463727474213 0.6526226129234062 0.5245717942708921
14 Remove First Element 1112.6356422901154 1100.9576171636581 0.28564801374127574 0.7793305015274784
15 Remove Element By Index 1261.2687647342682 1251.4553666114807 0.5265883696498571 0.6067224689040482
16 Remove All Elements 1402.0128697156906 1428.7628531455994 -0.23273280114627914 0.8193369292840553
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment