We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8d9a6b commit f50809eCopy full SHA for f50809e
readme.md
@@ -2,6 +2,19 @@
2
3
A simple keyword-based chatbot with implementations in both C and Zig.
4
5
+## Benchmark
6
+
7
+See [BENCHMARK.md](BENCHMARK.md) for build time and executable size comparisons.
8
9
+Quick summary:
10
+- **C**: 93ms build time, 33K executable
11
+- **Zig**: 710ms build time, 1.3M executable
12
13
+To run the benchmark:
14
+```bash
15
+./benchmark.sh
16
+```
17
18
## Building
19
20
### C Version
0 commit comments