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
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ This code is interesting for the following reasons :
111
111
112
112
- Its all written in Zig
113
113
- It uses the excellent http.zig library https://github.com/karlseguin/http.zig
114
-
- Generated docker image = about 300kb
114
+
- Generated docker image = 770Kb (compressed) All it has is the compiled executable (2.5MB), which includes all bundled assets in the single file binary
115
115
- Run stats - uses about 60MB RAM and really low CPU %
116
116
- Its about as simple as doing the same thing in Go, there is really nothing too nasty required in the code.
117
117
- The router, and all the HTML contents is part of the Game object ... the implications of this are that it is possible to create 'web components' using this
0 commit comments