From 2e2f8398db49b7f06def0f8ca918f90e1897bd90 Mon Sep 17 00:00:00 2001 From: Max Lv Date: Fri, 17 Feb 2017 15:29:09 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index eea01fd4..31d39850 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,8 @@ Travis CI: [![Travis CI](https://travis-ci.org/shadowsocks/shadowsocks-libev.svg ## Features -Shadowsocks-libev is written in pure C and depends on -[libev](http://software.schmorp.de/pkg/libev.html). - -In normal usage, the memory footprint is about 600KB and the CPU utilization is -no more than 5% on a low-end router (Buffalo WHR-G300N V2 with a 400MHz MIPS CPU, -32MB memory and 4MB flash). +Shadowsocks-libev is written in pure C and depends on [libev](http://software.schmorp.de/pkg/libev.html). It's designed +to be a very simple implementation of shadowsocks protocol, in order to keep the resource usage as low as possible. For a full list of feature comparison between different versions of shadowsocks, refer to the [Wiki page](https://github.com/shadowsocks/shadowsocks/wiki/Feature-Comparison-across-Different-Versions).