Skip to content

Commit 19110cf

Browse files
committed
docs: simplify Go version comparison to inspiration note
Replace the detailed comparison table with a concise one-liner acknowledging the original Go project as inspiration, keeping the README focused on this project's own features and usage.
1 parent 350f72c commit 19110cf

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -342,19 +342,7 @@ src/
342342
└── completion.zig Shell completion generation (zsh/bash)
343343
```
344344

345-
## Comparison with the Go Version
346-
347-
This is a rewrite of [tristanisham/zvm](https://github.com/tristanisham/zvm) (Go). Key differences:
348-
349-
| | Go (original) | Zig (this) |
350-
|---|---|---|
351-
| Binary size | ~10MB | ~1-2MB |
352-
| Dependencies | Go runtime | None (static) |
353-
| Build tool | Go compiler | Zig compiler |
354-
| Shell completion | No | Yes (zsh, bash) |
355-
| Mirror selection | Sequential | Latency-based |
356-
| Proxy support | No | Yes (HTTP/SOCKS5) |
357-
| Windows support | Yes | Yes (junctions) |
345+
This project was inspired by [tristanisham/zvm](https://github.com/tristanisham/zvm) (Go).
358346

359347
## License
360348

0 commit comments

Comments
 (0)