Skip to content

Commit cbc5e6d

Browse files
committed
Update README.md
Signed-off-by: kerthcet <kerthcet@gmail.com>
1 parent 068ec72 commit cbc5e6d

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/ARCHITECTURE.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020

2121
### Why Rust Server?
2222

23-
At 200+ connections, Python asyncio:
24-
- Uses 10GB+ memory (vs 2GB Rust)
25-
- 80%+ CPU idle (vs 5% Rust)
26-
- 500ms+ p99 latency (vs 20ms Rust)
27-
- GIL contention kills performance
23+
For high-concurrency workloads, Python asyncio:
24+
- Uses significantly more memory than Rust
25+
- Higher CPU usage and GIL contention
26+
- Higher p99 latency
27+
- Rust provides better performance and resource efficiency
2828

2929
### Why WebSocket?
3030

docs/QUICKSTART.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Run: `python3 simple_agent.py`
4141
--daemon-id my-daemon-1
4242
```
4343

44-
Start 200+ on different machines pointing to same agent URL.
44+
Start many daemons on different machines pointing to same agent URL.
4545

4646
## 4. Test
4747

0 commit comments

Comments
 (0)