From 84e9eb482f32a850902fcb633c289ea5460c9d8c Mon Sep 17 00:00:00 2001 From: xcps Date: Thu, 16 Jun 2016 12:11:07 -0400 Subject: [PATCH] Updated Differences between i2pd and Java I2P (markdown) --- Differences-between-i2pd-and-Java-I2P.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Differences-between-i2pd-and-Java-I2P.md b/Differences-between-i2pd-and-Java-I2P.md index ccad1b7..f668abc 100644 --- a/Differences-between-i2pd-and-Java-I2P.md +++ b/Differences-between-i2pd-and-Java-I2P.md @@ -2,5 +2,6 @@ While [Java I2P](https://geti2p.net) is being original client for I2P network, i * Java I2P has built-in applications for torrents, e-mail and so on. i2pd is just a router. * i2pd does not require Java. It's written in C++. -* i2pd consumes less memory and CPU. -* i2pd has some major optimizations for faster cryptography. \ No newline at end of file +* i2pd consumes less memory and CPU +* i2pd can be compiled everywhere gcc or clang presented (including Raspberry and routers) +* i2pd has some major optimizations for faster cryptography which leads to less consumption of processor time and energy \ No newline at end of file