@vincentzyuapps/winload 0.1.7-rc.12 → 0.1.7-rc.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +7 -7
- package/readme.md +6 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vincentzyuapps/winload",
|
|
3
|
-
"version": "0.1.7-rc.
|
|
3
|
+
"version": "0.1.7-rc.14",
|
|
4
4
|
"description": "Network Load Monitor — nload-like TUI tool for Windows/Linux/macOS (prebuilt Rust binary)",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
"access": "public"
|
|
34
34
|
},
|
|
35
35
|
"optionalDependencies": {
|
|
36
|
-
"@vincentzyuapps/winload-win32-x64": "0.1.7-rc.
|
|
37
|
-
"@vincentzyuapps/winload-win32-arm64": "0.1.7-rc.
|
|
38
|
-
"@vincentzyuapps/winload-linux-x64": "0.1.7-rc.
|
|
39
|
-
"@vincentzyuapps/winload-linux-arm64": "0.1.7-rc.
|
|
40
|
-
"@vincentzyuapps/winload-darwin-x64": "0.1.7-rc.
|
|
41
|
-
"@vincentzyuapps/winload-darwin-arm64": "0.1.7-rc.
|
|
36
|
+
"@vincentzyuapps/winload-win32-x64": "0.1.7-rc.14",
|
|
37
|
+
"@vincentzyuapps/winload-win32-arm64": "0.1.7-rc.14",
|
|
38
|
+
"@vincentzyuapps/winload-linux-x64": "0.1.7-rc.14",
|
|
39
|
+
"@vincentzyuapps/winload-linux-arm64": "0.1.7-rc.14",
|
|
40
|
+
"@vincentzyuapps/winload-darwin-x64": "0.1.7-rc.14",
|
|
41
|
+
"@vincentzyuapps/winload-darwin-arm64": "0.1.7-rc.14"
|
|
42
42
|
}
|
|
43
43
|
}
|
package/readme.md
CHANGED
|
@@ -44,7 +44,12 @@ https://github.com/rolandriegel/nload
|
|
|
44
44
|
- **Real-time visualization**: live incoming/outgoing graphs and throughput stats.
|
|
45
45
|
- **Minimal UI**: clean TUI that mirrors nload's ergonomics.
|
|
46
46
|
|
|
47
|
-
##
|
|
47
|
+
## 📊 Performance Benchmarks
|
|
48
|
+
> ⚡ Winload (Rust) achieves **~10ms startup** and **<5MB binary size**, significantly outperforming Python and matching C++ nload in efficiency.
|
|
49
|
+
|
|
50
|
+

|
|
51
|
+
|
|
52
|
+
## 🐍 Python Edition Installation
|
|
48
53
|
> 💡 **Implementation Note**: Only PyPI and GitHub/Gitee provide Python edition.
|
|
49
54
|
> Only Cargo provides Rust source code for local compilation.
|
|
50
55
|
> All other package managers (Scoop, AUR, npm, APT, RPM) and GitHub Releases distribute **Rust binaries only**.
|