test name | time taken (ms) | executions per sec | sample deviation |
---|---|---|---|
100,000 add | 7.49 | 133.43 | 2.10e-4 |
100,000 add & poll | 44.08 | 22.69 | 0.00 |
diff --git a/README.md b/README.md index d94e45e..5e75843 100644 --- a/README.md +++ b/README.md @@ -823,43 +823,43 @@ Version 11.7.9 [//]: # (No deletion!!! Start of Replace Section)
test name | time taken (ms) | executions per sec | sample deviation |
---|---|---|---|
100,000 add | 7.49 | 133.43 | 2.10e-4 |
100,000 add & poll | 44.08 | 22.69 | 0.00 |
test name | time taken (ms) | executions per sec | sample deviation |
---|---|---|---|
100,000 add | 7.55 | 132.36 | 2.00e-4 |
100,000 add & poll | 44.17 | 22.64 | 0.00 |
test name | time taken (ms) | executions per sec | sample deviation |
---|---|---|---|
100,000 add | 79.16 | 12.63 | 0.00 |
100,000 add randomly | 84.35 | 11.85 | 0.00 |
100,000 get | 111.74 | 8.95 | 0.00 |
100,000 iterator | 26.61 | 37.58 | 0.00 |
100,000 add & delete orderly | 160.05 | 6.25 | 0.02 |
100,000 add & delete randomly | 234.55 | 4.26 | 0.01 |
test name | time taken (ms) | executions per sec | sample deviation |
---|---|---|---|
100,000 add | 77.03 | 12.98 | 0.00 |
100,000 add randomly | 80.74 | 12.38 | 0.00 |
100,000 get | 111.29 | 8.99 | 0.00 |
100,000 iterator | 24.91 | 40.14 | 0.01 |
100,000 add & delete orderly | 153.12 | 6.53 | 0.00 |
100,000 add & delete randomly | 233.76 | 4.28 | 0.00 |
test name | time taken (ms) | executions per sec | sample deviation |
---|---|---|---|
1,000,000 push | 40.70 | 24.57 | 0.01 |
100,000 push & shift | 5.15 | 194.25 | 6.57e-4 |
Native JS Array 100,000 push & shift | 2143.37 | 0.47 | 0.15 |
test name | time taken (ms) | executions per sec | sample deviation |
---|---|---|---|
1,000,000 push | 43.79 | 22.83 | 0.01 |
100,000 push & shift | 5.09 | 196.54 | 5.29e-4 |
Native JS Array 100,000 push & shift | 2134.49 | 0.47 | 0.18 |
test name | time taken (ms) | executions per sec | sample deviation |
---|---|---|---|
1,000,000 push | 24.74 | 40.43 | 0.00 |
1,000,000 push & pop | 31.38 | 31.87 | 0.00 |
1,000,000 push & shift | 32.12 | 31.13 | 0.00 |
100,000 push & shift | 3.39 | 295.24 | 3.62e-4 |
Native JS Array 100,000 push & shift | 2348.52 | 0.43 | 0.21 |
100,000 unshift & shift | 3.28 | 304.60 | 2.76e-4 |
Native JS Array 100,000 unshift & shift | 4062.43 | 0.25 | 0.12 |
test name | time taken (ms) | executions per sec | sample deviation |
---|---|---|---|
1,000,000 push | 25.39 | 39.39 | 0.00 |
1,000,000 push & pop | 32.93 | 30.37 | 0.01 |
1,000,000 push & shift | 32.36 | 30.90 | 0.00 |
100,000 push & shift | 3.41 | 293.26 | 3.14e-4 |
Native JS Array 100,000 push & shift | 2309.81 | 0.43 | 0.46 |
100,000 unshift & shift | 3.24 | 308.35 | 3.36e-4 |
Native JS Array 100,000 unshift & shift | 4213.92 | 0.24 | 0.20 |
test name | time taken (ms) | executions per sec | sample deviation |
---|---|---|---|
1,000,000 set | 106.65 | 9.38 | 0.02 |
Native JS Map 1,000,000 set | 201.70 | 4.96 | 0.01 |
Native JS Set 1,000,000 add | 163.55 | 6.11 | 0.01 |
1,000,000 set & get | 115.56 | 8.65 | 0.02 |
Native JS Map 1,000,000 set & get | 264.29 | 3.78 | 0.01 |
Native JS Set 1,000,000 add & has | 171.96 | 5.82 | 0.01 |
1,000,000 ObjKey set & get | 326.27 | 3.06 | 0.05 |
Native JS Map 1,000,000 ObjKey set & get | 322.17 | 3.10 | 0.06 |
Native JS Set 1,000,000 ObjKey add & has | 241.34 | 4.14 | 0.03 |
test name | time taken (ms) | executions per sec | sample deviation |
---|---|---|---|
1,000,000 set | 107.76 | 9.28 | 0.02 |
Native JS Map 1,000,000 set | 204.81 | 4.88 | 0.02 |
Native JS Set 1,000,000 add | 165.26 | 6.05 | 0.01 |
1,000,000 set & get | 121.13 | 8.26 | 0.02 |
Native JS Map 1,000,000 set & get | 265.52 | 3.77 | 0.01 |
Native JS Set 1,000,000 add & has | 167.98 | 5.95 | 0.01 |
1,000,000 ObjKey set & get | 331.86 | 3.01 | 0.04 |
Native JS Map 1,000,000 ObjKey set & get | 322.12 | 3.10 | 0.05 |
Native JS Set 1,000,000 ObjKey add & has | 267.74 | 3.73 | 0.03 |
test name | time taken (ms) | executions per sec | sample deviation |
---|---|---|---|
100,000 push | 44.21 | 22.62 | 0.00 |
100,000 getWords | 85.22 | 11.73 | 0.00 |
test name | time taken (ms) | executions per sec | sample deviation |
---|---|---|---|
100,000 push | 42.79 | 23.37 | 7.76e-4 |
100,000 getWords | 81.82 | 12.22 | 0.00 |
test name | time taken (ms) | executions per sec | sample deviation |
---|---|---|---|
100,000 add | 269.92 | 3.70 | 0.01 |
100,000 add randomly | 317.13 | 3.15 | 0.00 |
100,000 get | 127.74 | 7.83 | 0.00 |
100,000 iterator | 29.99 | 33.34 | 0.01 |
100,000 add & delete orderly | 431.27 | 2.32 | 0.00 |
100,000 add & delete randomly | 580.91 | 1.72 | 0.00 |
test name | time taken (ms) | executions per sec | sample deviation |
---|---|---|---|
100,000 add | 270.76 | 3.69 | 0.01 |
100,000 add randomly | 326.94 | 3.06 | 0.00 |
100,000 get | 129.13 | 7.74 | 0.00 |
100,000 iterator | 30.96 | 32.30 | 0.00 |
100,000 add & delete orderly | 440.62 | 2.27 | 0.00 |
100,000 add & delete randomly | 589.06 | 1.70 | 0.00 |
test name | time taken (ms) | executions per sec | sample deviation |
---|---|---|---|
10,000 RBTree add randomly | 6.73 | 148.59 | 1.04e-4 |
10,000 RBTree get randomly | 9.48 | 105.50 | 1.07e-4 |
10,000 RBTree add & delete randomly | 18.40 | 54.33 | 2.70e-4 |
10,000 AVLTree add randomly | 23.57 | 42.43 | 1.73e-4 |
10,000 AVLTree get randomly | 9.70 | 103.06 | 7.92e-5 |
10,000 AVLTree add & delete randomly | 44.43 | 22.51 | 3.33e-4 |
test name | time taken (ms) | executions per sec | sample deviation |
---|---|---|---|
10,000 RBTree add randomly | 6.89 | 145.16 | 9.69e-5 |
10,000 RBTree get randomly | 9.22 | 108.43 | 1.55e-4 |
10,000 RBTree add & delete randomly | 18.70 | 53.46 | 1.16e-4 |
10,000 AVLTree add randomly | 24.45 | 40.91 | 2.06e-4 |
10,000 AVLTree get randomly | 9.77 | 102.34 | 1.09e-4 |
10,000 AVLTree add & delete randomly | 45.71 | 21.88 | 4.07e-4 |
test name | time taken (ms) | executions per sec | sample deviation |
---|---|---|---|
1,000 addVertex | 0.10 | 9723.27 | 2.46e-6 |
1,000 addEdge | 6.26 | 159.78 | 7.28e-4 |
1,000 getVertex | 0.04 | 2.54e+4 | 4.17e-7 |
1,000 getEdge | 22.64 | 44.16 | 0.00 |
tarjan | 200.14 | 5.00 | 0.01 |
topologicalSort | 175.91 | 5.68 | 0.01 |
test name | time taken (ms) | executions per sec | sample deviation |
---|---|---|---|
1,000 addVertex | 0.10 | 9817.83 | 9.67e-7 |
1,000 addEdge | 6.18 | 161.72 | 1.55e-4 |
1,000 getVertex | 0.04 | 2.51e+4 | 5.08e-7 |
1,000 getEdge | 22.82 | 43.82 | 0.00 |
tarjan | 211.73 | 4.72 | 0.02 |
topologicalSort | 188.71 | 5.30 | 0.02 |
test name | time taken (ms) | executions per sec | sample deviation |
---|---|---|---|
1,000,000 push | 196.17 | 5.10 | 0.03 |
1,000,000 unshift | 203.73 | 4.91 | 0.04 |
1,000,000 unshift & shift | 186.32 | 5.37 | 0.04 |
1,000,000 addBefore | 298.35 | 3.35 | 0.05 |
test name | time taken (ms) | executions per sec | sample deviation |
---|---|---|---|
1,000,000 push | 212.17 | 4.71 | 0.03 |
1,000,000 unshift | 210.09 | 4.76 | 0.03 |
1,000,000 unshift & shift | 213.41 | 4.69 | 0.07 |
1,000,000 addBefore | 320.83 | 3.12 | 0.07 |
test name | time taken (ms) | executions per sec | sample deviation |
---|---|---|---|
1,000,000 push & shift | 210.62 | 4.75 | 0.09 |
10,000 push & pop | 226.02 | 4.42 | 0.02 |
10,000 addBefore | 249.35 | 4.01 | 0.01 |
test name | time taken (ms) | executions per sec | sample deviation |
---|---|---|---|
1,000,000 push & shift | 205.40 | 4.87 | 0.05 |
10,000 push & pop | 220.93 | 4.53 | 0.00 |
10,000 addBefore | 248.19 | 4.03 | 0.01 |
test name | time taken (ms) | executions per sec | sample deviation |
---|---|---|---|
100,000 add | 27.23 | 36.72 | 7.64e-4 |
100,000 add & poll | 76.66 | 13.04 | 0.00 |
test name | time taken (ms) | executions per sec | sample deviation |
---|---|---|---|
100,000 add | 27.55 | 36.30 | 9.81e-4 |
100,000 add & poll | 76.26 | 13.11 | 6.92e-4 |
test name | time taken (ms) | executions per sec | sample deviation |
---|---|---|---|
1,000,000 push | 37.10 | 26.96 | 0.00 |
1,000,000 push & pop | 44.72 | 22.36 | 0.01 |
test name | time taken (ms) | executions per sec | sample deviation |
---|---|---|---|
1,000,000 push | 39.19 | 25.52 | 0.00 |
1,000,000 push & pop | 44.90 | 22.27 | 0.00 |