From 4184875405b4a4651bcab4a3fe99c33e511e1ad8 Mon Sep 17 00:00:00 2001 From: Alexander Bersenev Date: Sun, 25 Aug 2019 03:05:45 +0500 Subject: [PATCH] advice to use uvloop instead of PyPy interpreter. The uvloop gives a better speed and memory consumption --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9c1821..cab07e0 100644 --- a/README.md +++ b/README.md @@ -25,5 +25,5 @@ the VDS instance with 1 CPU core and 1024MB RAM. The proxy can be launched: - with a custom config: `python3 mtprotoproxy.py [configfile]` - several times, clients will be automaticaly balanced between instances -- using *PyPy* interprteter +- with uvloop module to get an extra speed boost - with runtime statistics exported for [Prometheus](https://prometheus.io/): using [prometheus](https://github.com/alexbers/mtprotoproxy/tree/prometheus) branch