@js-sdsl/stack
Advanced tools
Comparing version 4.3.0 to 4.4.0
@@ -7,2 +7,12 @@ # Change Log | ||
## [4.4.0] - 2023.03.17 | ||
### Changed | ||
- Optimized inOrder travel function for tree container. | ||
- Optimized `Symbol.iterator` function. | ||
- Optimized `TreeContainer` `erase` function. | ||
- Optimized some details of deque. | ||
- Change `reverse` and `sort` returned value to `this`. | ||
## [4.3.0] - 2023.01.20 | ||
@@ -9,0 +19,0 @@ |
/*! | ||
* @js-sdsl/stack v4.3.0 | ||
* @js-sdsl/stack v4.4.0 | ||
* https://github.com/js-sdsl/js-sdsl | ||
@@ -4,0 +4,0 @@ * (c) 2021-present ZLY201 <zilongyao1366@gmail.com> |
/*! | ||
* @js-sdsl/stack v4.3.0 | ||
* @js-sdsl/stack v4.4.0 | ||
* https://github.com/js-sdsl/js-sdsl | ||
@@ -4,0 +4,0 @@ * (c) 2021-present ZLY201 <zilongyao1366@gmail.com> |
{ | ||
"name": "@js-sdsl/stack", | ||
"version": "4.3.0", | ||
"version": "4.4.0", | ||
"description": "javascript standard data structure library which benchmark against C++ STL", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js", |
@@ -42,38 +42,5 @@ <p align="center"> | ||
<table> | ||
<tr align="center"> | ||
<td> | ||
<img alt="IE / Edge" src="https://js-sdsl.org/assets/image/platform/edge.png" /> | ||
<div>IE / Edge</div> | ||
</td> | ||
<td> | ||
<img alt="Firefox" src="https://js-sdsl.org/assets/image/platform/firefox.png" /> | ||
<div>Firefox</div> | ||
</td> | ||
<td> | ||
<img alt="Chrome" src="https://js-sdsl.org/assets/image/platform/chrome.png" /> | ||
<div>Chrome</div> | ||
</td> | ||
<td> | ||
<img alt="Safari" src="https://js-sdsl.org/assets/image/platform/safari.png" /> | ||
<div>Safari</div> | ||
</td> | ||
<td> | ||
<img alt="Opera" src="https://js-sdsl.org/assets/image/platform/opera.png" /> | ||
<div>Opera</div> | ||
</td> | ||
<td> | ||
<img alt="NodeJs" src="https://js-sdsl.org/assets/image/platform/nodejs.png" /> | ||
<div>NodeJs</div> | ||
</td> | ||
</tr> | ||
<tr align="center"> | ||
<td>Edge 12</td> | ||
<td>31</td> | ||
<td>49</td> | ||
<td>10</td> | ||
<td>36</td> | ||
<td>10</td> | ||
</tr> | ||
</table> | ||
| ![][Edge-Icon]<br/>IE / Edge | ![][Firefox-Icon]<br/>Firefox | ![][Chrome-Icon]<br/>Chrome | ![][Safari-Icon]<br/>Safari | ![][Opera-Icon]<br/>Opera | ![][NodeJs-Icon]<br/>NodeJs | | ||
|:----------------------------:|:-----------------------------:|:---------------------------:|:---------------------------:|:-------------------------:|:---------------------------:| | ||
| Edge 12 | 36 | 49 | 10 | 36 | 10 | | ||
@@ -229,2 +196,9 @@ ## 📦 Download | ||
[Edge-Icon]: https://js-sdsl.org/assets/image/platform/edge.png | ||
[Firefox-Icon]: https://js-sdsl.org/assets/image/platform/firefox.png | ||
[Chrome-Icon]: https://js-sdsl.org/assets/image/platform/chrome.png | ||
[Safari-Icon]: https://js-sdsl.org/assets/image/platform/safari.png | ||
[Opera-Icon]: https://js-sdsl.org/assets/image/platform/opera.png | ||
[NodeJs-Icon]: https://js-sdsl.org/assets/image/platform/nodejs.png | ||
[stack-package]: https://github.com/js-sdsl/js-sdsl/blob/main/src/container/OtherContainer/Stack.ts | ||
@@ -231,0 +205,0 @@ [stack-npm-version]: https://img.shields.io/npm/v/@js-sdsl/stack |
@@ -44,38 +44,5 @@ <p align="center"> | ||
<table> | ||
<tr align="center"> | ||
<td> | ||
<img alt="IE / Edge" src="https://js-sdsl.org/assets/image/platform/edge.png" /> | ||
<div>IE / Edge</div> | ||
</td> | ||
<td> | ||
<img alt="Firefox" src="https://js-sdsl.org/assets/image/platform/firefox.png" /> | ||
<div>Firefox</div> | ||
</td> | ||
<td> | ||
<img alt="Chrome" src="https://js-sdsl.org/assets/image/platform/chrome.png" /> | ||
<div>Chrome</div> | ||
</td> | ||
<td> | ||
<img alt="Safari" src="https://js-sdsl.org/assets/image/platform/safari.png" /> | ||
<div>Safari</div> | ||
</td> | ||
<td> | ||
<img alt="Opera" src="https://js-sdsl.org/assets/image/platform/opera.png" /> | ||
<div>Opera</div> | ||
</td> | ||
<td> | ||
<img alt="NodeJs" src="https://js-sdsl.org/assets/image/platform/nodejs.png" /> | ||
<div>NodeJs</div> | ||
</td> | ||
</tr> | ||
<tr align="center"> | ||
<td>Edge 12</td> | ||
<td>31</td> | ||
<td>49</td> | ||
<td>10</td> | ||
<td>36</td> | ||
<td>10</td> | ||
</tr> | ||
</table> | ||
| ![][Edge-Icon]<br/>IE / Edge | ![][Firefox-Icon]<br/>Firefox | ![][Chrome-Icon]<br/>Chrome | ![][Safari-Icon]<br/>Safari | ![][Opera-Icon]<br/>Opera | ![][NodeJs-Icon]<br/>NodeJs | | ||
|:----------------------------:|:-----------------------------:|:---------------------------:|:---------------------------:|:-------------------------:|:---------------------------:| | ||
| Edge 12 | 36 | 49 | 10 | 36 | 10 | | ||
@@ -231,2 +198,9 @@ ## 📦 下载 | ||
[Edge-Icon]: https://js-sdsl.org/assets/image/platform/edge.png | ||
[Firefox-Icon]: https://js-sdsl.org/assets/image/platform/firefox.png | ||
[Chrome-Icon]: https://js-sdsl.org/assets/image/platform/chrome.png | ||
[Safari-Icon]: https://js-sdsl.org/assets/image/platform/safari.png | ||
[Opera-Icon]: https://js-sdsl.org/assets/image/platform/opera.png | ||
[NodeJs-Icon]: https://js-sdsl.org/assets/image/platform/nodejs.png | ||
[stack-package]: https://github.com/js-sdsl/js-sdsl/blob/main/src/container/OtherContainer/Stack.ts | ||
@@ -233,0 +207,0 @@ [stack-npm-version]: https://img.shields.io/npm/v/@js-sdsl/stack |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
111270
271