docs: update README for pre-compiled binary
This commit is contained in:
13
README.md
13
README.md
@@ -41,7 +41,16 @@ SmsReceiver-go/
|
|||||||
|
|
||||||
## 快速开始
|
## 快速开始
|
||||||
|
|
||||||
### 编译
|
### 使用预编译二进制(推荐)
|
||||||
|
|
||||||
|
仓库已包含编译好的二进制文件 `sms-receiver-new`:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
chmod +x sms-receiver-new
|
||||||
|
./sms-receiver-new
|
||||||
|
```
|
||||||
|
|
||||||
|
### 从源码编译
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
go build -o sms-receiver main.go
|
go build -o sms-receiver main.go
|
||||||
@@ -129,7 +138,7 @@ GET /api/statistics
|
|||||||
| 特性 | Python 版本 | Go 版本 |
|
| 特性 | Python 版本 | Go 版本 |
|
||||||
|------|------------|---------|
|
|------|------------|---------|
|
||||||
| 运行方式 | Python 解释器 | 编译二进制 |
|
| 运行方式 | Python 解释器 | 编译二进制 |
|
||||||
| 部署大小 | ~50KB (源码) | ~18MB (二进制) |
|
| 部署大小 | ~50KB (源码) | ~18MB (二进制, 已包含) |
|
||||||
| 启动速度 | ~100ms | ~10ms |
|
| 启动速度 | ~100ms | ~10ms |
|
||||||
| 内存占用 | ~30MB | ~15MB |
|
| 内存占用 | ~30MB | ~15MB |
|
||||||
| 并发处理 | GIL 限制 | 原生协程 |
|
| 并发处理 | GIL 限制 | 原生协程 |
|
||||||
|
|||||||
Reference in New Issue
Block a user