Skip to content

Commit 7fcd77f

Browse files
committed
run stats
1 parent 66a5b1a commit 7fcd77f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ This code is interesting for the following reasons :
9191

9292
- Its all written in Zig
9393
- It uses the excellent http.zig library https://github.com/karlseguin/http.zig
94+
- Generated docker image = about 300kb
95+
- Run stats - uses about 60MB RAM and really low CPU %
9496
- Its about as simple as doing the same thing in Go, there is really nothing too nasty required in the code.
9597
- 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
9698
zig/htmx approach that are all self contained, and can be imported into other projects, without having to know about connecting up routes, or pulling in content. Interesting.

0 commit comments

Comments
 (0)