You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, we had a fully functional ping tool built using `ohos-rs`.However, its release build size exceeded 900KB which is quite large for such a lightweight utility.
21
21
22
-
By re-implementing the same functionality in Zig, we successfully reduced the release build size to just 190KB—over four times smaller than the original version.
22
+
By re-implementing the same functionality in Zig, we successfully reduced the release build size to just 35KB—over four times smaller than the original version.
0 commit comments