chore: Perfectly optimize keywords and project descriptions.

This commit is contained in:
Revone 2023-11-21 11:02:10 +08:00
parent 7e3aeb8d2a
commit 42345f813f
3 changed files with 89 additions and 66 deletions

View file

@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file.
- [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
- [`auto-changelog`](https://github.com/CookPete/auto-changelog)
## [v1.46.5](https://github.com/zrwusa/data-structure-typed/compare/v1.35.0...main) (upcoming)
## [v1.46.6](https://github.com/zrwusa/data-structure-typed/compare/v1.35.0...main) (upcoming)
### Changes

View file

@ -759,53 +759,53 @@ Array.from(dijkstraResult?.seen ?? []).map(vertex => vertex.key) // ['A', 'B', '
[//]: # (No deletion!!! Start of Replace Section)
<div class="json-to-html-collapse clearfix 0">
<div class='collapsible level0' ><span class='json-to-html-label'>comparison</span></div>
<div class="content"><table style="display: table; width:100%; table-layout: fixed;"><tr><th>test name</th><th>time taken (ms)</th><th>executions per sec</th><th>sample deviation</th></tr><tr><td>SRC 10,000 add</td><td>0.57</td><td>1745.63</td><td>5.99e-6</td></tr><tr><td>CJS 10,000 add</td><td>0.57</td><td>1746.43</td><td>5.30e-6</td></tr><tr><td>MJS 10,000 add</td><td>0.58</td><td>1724.97</td><td>5.73e-5</td></tr><tr><td>CPT PQ 10,000 add</td><td>0.57</td><td>1745.61</td><td>7.49e-6</td></tr><tr><td>SRC PQ 10,000 add & pop</td><td>3.42</td><td>292.15</td><td>3.23e-5</td></tr><tr><td>CJS PQ 10,000 add & pop</td><td>3.37</td><td>296.36</td><td>3.64e-5</td></tr><tr><td>MJS PQ 10,000 add & pop</td><td>3.37</td><td>296.66</td><td>3.48e-5</td></tr><tr><td>CPT PQ 10,000 add & pop</td><td>2.07</td><td>482.94</td><td>2.10e-5</td></tr><tr><td>CPT OM 100,000 add</td><td>44.47</td><td>22.49</td><td>0.00</td></tr><tr><td>CPT HM 10,000 set</td><td>0.58</td><td>1716.99</td><td>1.45e-5</td></tr><tr><td>CPT HM 10,000 set & get</td><td>0.67</td><td>1491.78</td><td>1.61e-5</td></tr><tr><td>CPT LL 1,000,000 unshift</td><td>67.95</td><td>14.72</td><td>0.02</td></tr><tr><td>CPT PQ 10,000 add & pop</td><td>2.09</td><td>478.64</td><td>9.70e-5</td></tr><tr><td>CPT DQ 1,000,000 push</td><td>14.50</td><td>68.96</td><td>2.78e-4</td></tr><tr><td>CPT Q 1,000,000 push</td><td>47.51</td><td>21.05</td><td>0.00</td></tr><tr><td>CPT ST 1,000,000 push</td><td>42.03</td><td>23.79</td><td>0.01</td></tr><tr><td>CPT ST 1,000,000 push & pop</td><td>48.84</td><td>20.48</td><td>0.00</td></tr></table></div>
</div><div class="json-to-html-collapse clearfix 0">
<div class='collapsible level0' ><span class='json-to-html-label'>avl-tree</span></div>
<div class="content"><table style="display: table; width:100%; table-layout: fixed;"><tr><th>test name</th><th>time taken (ms)</th><th>executions per sec</th><th>sample deviation</th></tr><tr><td>10,000 add randomly</td><td>30.95</td><td>32.32</td><td>4.46e-4</td></tr><tr><td>10,000 add & delete randomly</td><td>70.84</td><td>14.12</td><td>0.00</td></tr><tr><td>10,000 addMany</td><td>40.64</td><td>24.61</td><td>3.31e-4</td></tr><tr><td>10,000 get</td><td>27.92</td><td>35.81</td><td>2.07e-4</td></tr></table></div>
<div class="content"><table style="display: table; width:100%; table-layout: fixed;"><tr><th>test name</th><th>time taken (ms)</th><th>executions per sec</th><th>sample deviation</th></tr><tr><td>10,000 add randomly</td><td>31.32</td><td>31.93</td><td>3.67e-4</td></tr><tr><td>10,000 add & delete randomly</td><td>70.90</td><td>14.10</td><td>0.00</td></tr><tr><td>10,000 addMany</td><td>40.58</td><td>24.64</td><td>4.87e-4</td></tr><tr><td>10,000 get</td><td>27.31</td><td>36.62</td><td>2.00e-4</td></tr></table></div>
</div><div class="json-to-html-collapse clearfix 0">
<div class='collapsible level0' ><span class='json-to-html-label'>binary-tree</span></div>
<div class="content"><table style="display: table; width:100%; table-layout: fixed;"><tr><th>test name</th><th>time taken (ms)</th><th>executions per sec</th><th>sample deviation</th></tr><tr><td>1,000 add randomly</td><td>12.85</td><td>77.80</td><td>3.77e-4</td></tr><tr><td>1,000 add & delete randomly</td><td>15.73</td><td>63.57</td><td>1.51e-4</td></tr><tr><td>1,000 addMany</td><td>10.15</td><td>98.50</td><td>9.02e-5</td></tr><tr><td>1,000 get</td><td>18.20</td><td>54.95</td><td>3.43e-4</td></tr><tr><td>1,000 dfs</td><td>152.06</td><td>6.58</td><td>7.60e-4</td></tr><tr><td>1,000 bfs</td><td>55.85</td><td>17.91</td><td>3.14e-4</td></tr><tr><td>1,000 morris</td><td>256.13</td><td>3.90</td><td>9.73e-4</td></tr></table></div>
<div class="content"><table style="display: table; width:100%; table-layout: fixed;"><tr><th>test name</th><th>time taken (ms)</th><th>executions per sec</th><th>sample deviation</th></tr><tr><td>1,000 add randomly</td><td>12.35</td><td>80.99</td><td>7.17e-5</td></tr><tr><td>1,000 add & delete randomly</td><td>15.98</td><td>62.58</td><td>7.98e-4</td></tr><tr><td>1,000 addMany</td><td>10.96</td><td>91.27</td><td>0.00</td></tr><tr><td>1,000 get</td><td>18.61</td><td>53.73</td><td>0.00</td></tr><tr><td>1,000 dfs</td><td>164.20</td><td>6.09</td><td>0.04</td></tr><tr><td>1,000 bfs</td><td>58.84</td><td>17.00</td><td>0.01</td></tr><tr><td>1,000 morris</td><td>256.66</td><td>3.90</td><td>7.70e-4</td></tr></table></div>
</div><div class="json-to-html-collapse clearfix 0">
<div class='collapsible level0' ><span class='json-to-html-label'>bst</span></div>
<div class="content"><table style="display: table; width:100%; table-layout: fixed;"><tr><th>test name</th><th>time taken (ms)</th><th>executions per sec</th><th>sample deviation</th></tr><tr><td>10,000 add randomly</td><td>27.96</td><td>35.76</td><td>2.98e-4</td></tr><tr><td>10,000 add & delete randomly</td><td>66.96</td><td>14.93</td><td>7.52e-4</td></tr><tr><td>10,000 addMany</td><td>29.42</td><td>33.99</td><td>3.30e-4</td></tr><tr><td>10,000 get</td><td>28.55</td><td>35.03</td><td>1.99e-4</td></tr></table></div>
<div class="content"><table style="display: table; width:100%; table-layout: fixed;"><tr><th>test name</th><th>time taken (ms)</th><th>executions per sec</th><th>sample deviation</th></tr><tr><td>10,000 add randomly</td><td>31.59</td><td>31.66</td><td>2.74e-4</td></tr><tr><td>10,000 add & delete randomly</td><td>74.56</td><td>13.41</td><td>8.32e-4</td></tr><tr><td>10,000 addMany</td><td>29.16</td><td>34.30</td><td>0.00</td></tr><tr><td>10,000 get</td><td>29.24</td><td>34.21</td><td>0.00</td></tr></table></div>
</div><div class="json-to-html-collapse clearfix 0">
<div class='collapsible level0' ><span class='json-to-html-label'>rb-tree</span></div>
<div class="content"><table style="display: table; width:100%; table-layout: fixed;"><tr><th>test name</th><th>time taken (ms)</th><th>executions per sec</th><th>sample deviation</th></tr><tr><td>100,000 add</td><td>87.42</td><td>11.44</td><td>0.00</td></tr><tr><td>100,000 CPT add</td><td>44.17</td><td>22.64</td><td>0.00</td></tr><tr><td>100,000 add & delete randomly</td><td>220.91</td><td>4.53</td><td>0.02</td></tr><tr><td>100,000 getNode</td><td>40.48</td><td>24.70</td><td>5.58e-4</td></tr></table></div>
<div class="content"><table style="display: table; width:100%; table-layout: fixed;"><tr><th>test name</th><th>time taken (ms)</th><th>executions per sec</th><th>sample deviation</th></tr><tr><td>100,000 add</td><td>85.85</td><td>11.65</td><td>0.00</td></tr><tr><td>100,000 add & delete randomly</td><td>211.54</td><td>4.73</td><td>0.00</td></tr><tr><td>100,000 getNode</td><td>37.92</td><td>26.37</td><td>1.65e-4</td></tr></table></div>
</div><div class="json-to-html-collapse clearfix 0">
<div class='collapsible level0' ><span class='json-to-html-label'>comparison</span></div>
<div class="content"><table style="display: table; width:100%; table-layout: fixed;"><tr><th>test name</th><th>time taken (ms)</th><th>executions per sec</th><th>sample deviation</th></tr><tr><td>SRC PQ 10,000 add</td><td>0.57</td><td>1748.73</td><td>4.96e-6</td></tr><tr><td>CJS PQ 10,000 add</td><td>0.57</td><td>1746.69</td><td>4.91e-6</td></tr><tr><td>MJS PQ 10,000 add</td><td>0.57</td><td>1749.68</td><td>4.43e-6</td></tr><tr><td>SRC PQ 10,000 add & pop</td><td>3.47</td><td>288.14</td><td>6.38e-4</td></tr><tr><td>CJS PQ 10,000 add & pop</td><td>3.39</td><td>295.36</td><td>3.90e-5</td></tr><tr><td>MJS PQ 10,000 add & pop</td><td>3.37</td><td>297.17</td><td>3.03e-5</td></tr></table></div>
</div><div class="json-to-html-collapse clearfix 0">
<div class='collapsible level0' ><span class='json-to-html-label'>directed-graph</span></div>
<div class="content"><table style="display: table; width:100%; table-layout: fixed;"><tr><th>test name</th><th>time taken (ms)</th><th>executions per sec</th><th>sample deviation</th></tr><tr><td>1,000 addVertex</td><td>0.10</td><td>9667.55</td><td>9.48e-7</td></tr><tr><td>1,000 addEdge</td><td>6.17</td><td>161.99</td><td>1.79e-4</td></tr><tr><td>1,000 getVertex</td><td>0.05</td><td>2.17e+4</td><td>3.52e-7</td></tr><tr><td>1,000 getEdge</td><td>23.52</td><td>42.51</td><td>0.00</td></tr><tr><td>tarjan</td><td>220.31</td><td>4.54</td><td>0.01</td></tr><tr><td>tarjan all</td><td>224.17</td><td>4.46</td><td>0.00</td></tr><tr><td>topologicalSort</td><td>192.50</td><td>5.19</td><td>0.03</td></tr></table></div>
<div class="content"><table style="display: table; width:100%; table-layout: fixed;"><tr><th>test name</th><th>time taken (ms)</th><th>executions per sec</th><th>sample deviation</th></tr><tr><td>1,000 addVertex</td><td>0.10</td><td>9534.93</td><td>8.72e-7</td></tr><tr><td>1,000 addEdge</td><td>6.30</td><td>158.67</td><td>0.00</td></tr><tr><td>1,000 getVertex</td><td>0.05</td><td>2.16e+4</td><td>3.03e-7</td></tr><tr><td>1,000 getEdge</td><td>22.31</td><td>44.82</td><td>0.00</td></tr><tr><td>tarjan</td><td>210.90</td><td>4.74</td><td>0.01</td></tr><tr><td>tarjan all</td><td>214.72</td><td>4.66</td><td>0.01</td></tr><tr><td>topologicalSort</td><td>172.52</td><td>5.80</td><td>0.00</td></tr></table></div>
</div><div class="json-to-html-collapse clearfix 0">
<div class='collapsible level0' ><span class='json-to-html-label'>hash-map</span></div>
<div class="content"><table style="display: table; width:100%; table-layout: fixed;"><tr><th>test name</th><th>time taken (ms)</th><th>executions per sec</th><th>sample deviation</th></tr><tr><td>1,000,000 set</td><td>269.88</td><td>3.71</td><td>0.04</td></tr><tr><td>1,000,000 CPT set</td><td>251.08</td><td>3.98</td><td>0.05</td></tr><tr><td>1,000,000 Map set</td><td>214.03</td><td>4.67</td><td>0.02</td></tr><tr><td>1,000,000 Set add</td><td>170.84</td><td>5.85</td><td>0.01</td></tr><tr><td>1,000,000 set & get</td><td>404.20</td><td>2.47</td><td>0.06</td></tr><tr><td>1,000,000 CPT set & get</td><td>279.39</td><td>3.58</td><td>0.07</td></tr><tr><td>1,000,000 Map set & get</td><td>269.85</td><td>3.71</td><td>0.01</td></tr><tr><td>1,000,000 Set add & has</td><td>202.46</td><td>4.94</td><td>0.12</td></tr><tr><td>1,000,000 ObjKey set & get</td><td>891.01</td><td>1.12</td><td>0.03</td></tr><tr><td>1,000,000 Map ObjKey set & get</td><td>316.41</td><td>3.16</td><td>0.05</td></tr><tr><td>1,000,000 Set ObjKey add & has</td><td>277.27</td><td>3.61</td><td>0.03</td></tr></table></div>
<div class="content"><table style="display: table; width:100%; table-layout: fixed;"><tr><th>test name</th><th>time taken (ms)</th><th>executions per sec</th><th>sample deviation</th></tr><tr><td>1,000,000 set</td><td>275.88</td><td>3.62</td><td>0.12</td></tr><tr><td>1,000,000 Map set</td><td>211.66</td><td>4.72</td><td>0.01</td></tr><tr><td>1,000,000 Set add</td><td>177.72</td><td>5.63</td><td>0.02</td></tr><tr><td>1,000,000 set & get</td><td>317.60</td><td>3.15</td><td>0.02</td></tr><tr><td>1,000,000 Map set & get</td><td>274.99</td><td>3.64</td><td>0.03</td></tr><tr><td>1,000,000 Set add & has</td><td>172.23</td><td>5.81</td><td>0.02</td></tr><tr><td>1,000,000 ObjKey set & get</td><td>929.40</td><td>1.08</td><td>0.07</td></tr><tr><td>1,000,000 Map ObjKey set & get</td><td>310.02</td><td>3.23</td><td>0.05</td></tr><tr><td>1,000,000 Set ObjKey add & has</td><td>283.28</td><td>3.53</td><td>0.04</td></tr></table></div>
</div><div class="json-to-html-collapse clearfix 0">
<div class='collapsible level0' ><span class='json-to-html-label'>heap</span></div>
<div class="content"><table style="display: table; width:100%; table-layout: fixed;"><tr><th>test name</th><th>time taken (ms)</th><th>executions per sec</th><th>sample deviation</th></tr><tr><td>10,000 add & pop</td><td>5.89</td><td>169.67</td><td>2.36e-4</td></tr><tr><td>10,000 fib add & pop</td><td>362.10</td><td>2.76</td><td>0.00</td></tr></table></div>
<div class="content"><table style="display: table; width:100%; table-layout: fixed;"><tr><th>test name</th><th>time taken (ms)</th><th>executions per sec</th><th>sample deviation</th></tr><tr><td>10,000 add & pop</td><td>5.80</td><td>172.35</td><td>8.78e-5</td></tr><tr><td>10,000 fib add & pop</td><td>357.92</td><td>2.79</td><td>0.00</td></tr></table></div>
</div><div class="json-to-html-collapse clearfix 0">
<div class='collapsible level0' ><span class='json-to-html-label'>doubly-linked-list</span></div>
<div class="content"><table style="display: table; width:100%; table-layout: fixed;"><tr><th>test name</th><th>time taken (ms)</th><th>executions per sec</th><th>sample deviation</th></tr><tr><td>1,000,000 push</td><td>234.96</td><td>4.26</td><td>0.07</td></tr><tr><td>1,000,000 CPT push</td><td>83.46</td><td>11.98</td><td>0.04</td></tr><tr><td>1,000,000 unshift</td><td>220.58</td><td>4.53</td><td>0.03</td></tr><tr><td>1,000,000 CPT unshift</td><td>73.26</td><td>13.65</td><td>0.03</td></tr><tr><td>1,000,000 unshift & shift</td><td>168.56</td><td>5.93</td><td>0.01</td></tr><tr><td>1,000,000 insertBefore</td><td>330.81</td><td>3.02</td><td>0.04</td></tr></table></div>
<div class="content"><table style="display: table; width:100%; table-layout: fixed;"><tr><th>test name</th><th>time taken (ms)</th><th>executions per sec</th><th>sample deviation</th></tr><tr><td>1,000,000 push</td><td>221.57</td><td>4.51</td><td>0.03</td></tr><tr><td>1,000,000 unshift</td><td>229.02</td><td>4.37</td><td>0.07</td></tr><tr><td>1,000,000 unshift & shift</td><td>169.21</td><td>5.91</td><td>0.02</td></tr><tr><td>1,000,000 insertBefore</td><td>314.48</td><td>3.18</td><td>0.07</td></tr></table></div>
</div><div class="json-to-html-collapse clearfix 0">
<div class='collapsible level0' ><span class='json-to-html-label'>singly-linked-list</span></div>
<div class="content"><table style="display: table; width:100%; table-layout: fixed;"><tr><th>test name</th><th>time taken (ms)</th><th>executions per sec</th><th>sample deviation</th></tr><tr><td>10,000 push & pop</td><td>216.94</td><td>4.61</td><td>0.02</td></tr><tr><td>10,000 insertBefore</td><td>248.68</td><td>4.02</td><td>0.00</td></tr></table></div>
<div class="content"><table style="display: table; width:100%; table-layout: fixed;"><tr><th>test name</th><th>time taken (ms)</th><th>executions per sec</th><th>sample deviation</th></tr><tr><td>10,000 push & pop</td><td>212.98</td><td>4.70</td><td>0.01</td></tr><tr><td>10,000 insertBefore</td><td>250.68</td><td>3.99</td><td>0.01</td></tr></table></div>
</div><div class="json-to-html-collapse clearfix 0">
<div class='collapsible level0' ><span class='json-to-html-label'>max-priority-queue</span></div>
<div class="content"><table style="display: table; width:100%; table-layout: fixed;"><tr><th>test name</th><th>time taken (ms)</th><th>executions per sec</th><th>sample deviation</th></tr><tr><td>10,000 refill & poll</td><td>8.78</td><td>113.94</td><td>1.48e-4</td></tr></table></div>
<div class="content"><table style="display: table; width:100%; table-layout: fixed;"><tr><th>test name</th><th>time taken (ms)</th><th>executions per sec</th><th>sample deviation</th></tr><tr><td>10,000 refill & poll</td><td>8.91</td><td>112.29</td><td>2.26e-4</td></tr></table></div>
</div><div class="json-to-html-collapse clearfix 0">
<div class='collapsible level0' ><span class='json-to-html-label'>priority-queue</span></div>
<div class="content"><table style="display: table; width:100%; table-layout: fixed;"><tr><th>test name</th><th>time taken (ms)</th><th>executions per sec</th><th>sample deviation</th></tr><tr><td>100,000 add & pop</td><td>103.20</td><td>9.69</td><td>0.00</td></tr><tr><td>100,000 CPT add & pop</td><td>27.41</td><td>36.49</td><td>7.73e-4</td></tr></table></div>
<div class="content"><table style="display: table; width:100%; table-layout: fixed;"><tr><th>test name</th><th>time taken (ms)</th><th>executions per sec</th><th>sample deviation</th></tr><tr><td>100,000 add & pop</td><td>103.59</td><td>9.65</td><td>0.00</td></tr></table></div>
</div><div class="json-to-html-collapse clearfix 0">
<div class='collapsible level0' ><span class='json-to-html-label'>deque</span></div>
<div class="content"><table style="display: table; width:100%; table-layout: fixed;"><tr><th>test name</th><th>time taken (ms)</th><th>executions per sec</th><th>sample deviation</th></tr><tr><td>1,000,000 push</td><td>13.99</td><td>71.46</td><td>2.13e-4</td></tr><tr><td>1,000,000 CPT push</td><td>13.36</td><td>74.88</td><td>1.70e-4</td></tr><tr><td>1,000,000 push & pop</td><td>23.47</td><td>42.61</td><td>0.01</td></tr><tr><td>1,000,000 push & shift</td><td>24.19</td><td>41.34</td><td>0.00</td></tr><tr><td>1,000,000 unshift & shift</td><td>22.13</td><td>45.19</td><td>5.99e-4</td></tr></table></div>
<div class="content"><table style="display: table; width:100%; table-layout: fixed;"><tr><th>test name</th><th>time taken (ms)</th><th>executions per sec</th><th>sample deviation</th></tr><tr><td>1,000,000 push</td><td>14.55</td><td>68.72</td><td>6.91e-4</td></tr><tr><td>1,000,000 push & pop</td><td>23.40</td><td>42.73</td><td>5.94e-4</td></tr><tr><td>1,000,000 push & shift</td><td>24.41</td><td>40.97</td><td>1.45e-4</td></tr><tr><td>1,000,000 unshift & shift</td><td>22.56</td><td>44.32</td><td>1.30e-4</td></tr></table></div>
</div><div class="json-to-html-collapse clearfix 0">
<div class='collapsible level0' ><span class='json-to-html-label'>queue</span></div>
<div class="content"><table style="display: table; width:100%; table-layout: fixed;"><tr><th>test name</th><th>time taken (ms)</th><th>executions per sec</th><th>sample deviation</th></tr><tr><td>1,000,000 push</td><td>37.01</td><td>27.02</td><td>9.55e-4</td></tr><tr><td>1,000,000 CPT push</td><td>43.81</td><td>22.82</td><td>0.01</td></tr><tr><td>1,000,000 push & shift</td><td>81.31</td><td>12.30</td><td>0.00</td></tr></table></div>
<div class="content"><table style="display: table; width:100%; table-layout: fixed;"><tr><th>test name</th><th>time taken (ms)</th><th>executions per sec</th><th>sample deviation</th></tr><tr><td>1,000,000 push</td><td>39.90</td><td>25.07</td><td>0.01</td></tr><tr><td>1,000,000 push & shift</td><td>81.79</td><td>12.23</td><td>0.00</td></tr></table></div>
</div><div class="json-to-html-collapse clearfix 0">
<div class='collapsible level0' ><span class='json-to-html-label'>stack</span></div>
<div class="content"><table style="display: table; width:100%; table-layout: fixed;"><tr><th>test name</th><th>time taken (ms)</th><th>executions per sec</th><th>sample deviation</th></tr><tr><td>1,000,000 push</td><td>37.88</td><td>26.40</td><td>0.00</td></tr><tr><td>1,000,000 CPT push</td><td>39.17</td><td>25.53</td><td>0.00</td></tr><tr><td>1,000,000 push & pop</td><td>46.24</td><td>21.63</td><td>0.00</td></tr><tr><td>1,000,000 CPT push & pop</td><td>47.16</td><td>21.21</td><td>0.00</td></tr></table></div>
<div class="content"><table style="display: table; width:100%; table-layout: fixed;"><tr><th>test name</th><th>time taken (ms)</th><th>executions per sec</th><th>sample deviation</th></tr><tr><td>1,000,000 push</td><td>37.60</td><td>26.60</td><td>0.00</td></tr><tr><td>1,000,000 push & pop</td><td>47.01</td><td>21.27</td><td>0.00</td></tr></table></div>
</div><div class="json-to-html-collapse clearfix 0">
<div class='collapsible level0' ><span class='json-to-html-label'>trie</span></div>
<div class="content"><table style="display: table; width:100%; table-layout: fixed;"><tr><th>test name</th><th>time taken (ms)</th><th>executions per sec</th><th>sample deviation</th></tr><tr><td>100,000 push</td><td>42.84</td><td>23.35</td><td>8.44e-4</td></tr><tr><td>100,000 getWords</td><td>92.26</td><td>10.84</td><td>0.01</td></tr></table></div>
<div class="content"><table style="display: table; width:100%; table-layout: fixed;"><tr><th>test name</th><th>time taken (ms)</th><th>executions per sec</th><th>sample deviation</th></tr><tr><td>100,000 push</td><td>45.97</td><td>21.76</td><td>0.00</td></tr><tr><td>100,000 getWords</td><td>66.20</td><td>15.11</td><td>0.00</td></tr></table></div>
</div>
[//]: # (No deletion!!! End of Replace Section)

View file

@ -1,7 +1,7 @@
{
"name": "data-structure-typed",
"version": "1.46.5",
"description": "Data Structures of Javascript & TypeScript. Binary Tree, BST, Graph, Heap, Priority Queue, Linked List, Queue, Deque, Stack, AVL Tree, Tree Multiset, Trie, Directed Graph, Undirected Graph, Singly Linked List, Doubly Linked List, Max Heap, Max Priority Queue, Min Heap, Min Priority Queue.",
"version": "1.46.6",
"description": "Data Structures of Javascript & TypeScript. Heap, Binary Tree, RedBlack Tree, Linked List, Deque, Trie, HashMap, Directed Graph, Undirected Graph, Binary Search Tree(BST), AVL Tree, Priority Queue, Graph, Queue, Tree Multiset, Singly Linked List, Doubly Linked List, Max Heap, Max Priority Queue, Min Heap, Min Priority Queue, Stack.",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
"types": "dist/mjs/index.d.ts",
@ -101,8 +101,6 @@
"data-structures",
"in data structures",
"in data structure",
"DataStructure",
"DataStructures",
"binary",
"depth",
"breadth",
@ -110,10 +108,18 @@
"search",
"index",
"avl",
"red",
"black",
"redblack",
"RB",
"segment",
"prefix",
"tree",
"multi",
"map",
"set",
"multiset",
"multimap",
"directed",
"undirected",
"graph",
@ -131,39 +137,53 @@
"javascript",
"typscript",
"Node.js",
"CommonJS",
"ES6",
"UMD",
"esmodule",
"java.util",
"c++ stl",
"c++ std",
"Python collections",
"System.Collections.Generic",
"STL",
"stl",
"STD",
"NodeJS",
"c++",
"std",
"util",
"Collections",
"C++ STL",
"c++stl",
"C++ std",
"stl",
"std::",
"Python",
"collections",
"Python Collections",
"pythoncollections",
"python-collections",
"C#",
"System.Collections.Generic",
"collection",
"java.util",
"Java",
"util",
"sort",
"algorithm",
"binary search tree",
"binarysearchtree",
"binary-search-tree",
"BST",
"binary tree",
"binarytree",
"binary-tree",
"bst",
"BST",
"red black tree",
"redblacktree",
"redblack tree",
"red-black-tree",
"redblack-tree",
"trie",
"prefix tree",
"prefixtree",
"prefix-tree",
"avl tree",
"avltree",
"avl-tree",
"tree set",
"treeset",
"tree-set",
"tree multiset",
"treemultiset",
"tree-multiset",
"tree map",
"treemap",
"tree-map",
"tree multimap",
"treemultimap",
"tree-multimap",
@ -173,21 +193,31 @@
"segment tree",
"segmenttree",
"segment-tree",
"trie",
"prefix tree",
"prefixtree",
"prefix-tree",
"sort",
"sorted",
"order",
"ordered",
"algorithm",
"morris",
"Morris",
"bellman ford",
"bellmanford",
"bellman-ford",
"dijkstra",
"Dijkstra",
"floyd warshall",
"floydwarshall",
"floyd-warshall",
"tarjan",
"tarjan's",
"dfs",
"DFS",
"depth first Search",
"depthfirstSearch",
"depth-first-Search",
"bfs",
"BFS",
"breadth first search",
"breadthfirstsearch",
"dfs iterative",
"DFS Iterative",
"recursive",
"iterative",
"directed graph",
@ -211,13 +241,12 @@
"min priority queue",
"minpriorityqueue",
"min-priority-queue",
"array queue",
"array-queue",
"stack",
"hash",
"map",
"hash map",
"hashmap",
"hash-map",
"deque",
"object deque",
"array deque",
"linked list",
"linkedlist",
"linked-list",
@ -227,18 +256,12 @@
"doubly linked list",
"doublylinkedlist",
"doubly-linked-list",
"morris",
"Morris",
"bellman ford",
"Bellman Ford",
"bellman-ford",
"dijkstra",
"Dijkstra",
"floyd warshall",
"Floyd Warshall",
"floyd-warshall",
"tarjan",
"Tarjan",
"Tarjan's"
"stack",
"CommonJS",
"ES6",
"UMD",
"ES Modules",
"ESModules",
"ESModule"
]
}