[Pkg-javascript-commits] [node-iconv-lite] 42/83: Update README.md

matthew pideil mpideil-guest at moszumanska.debian.org
Tue Apr 1 19:56:49 UTC 2014


This is an automated email from the git hooks/post-receive script.

mpideil-guest pushed a commit to branch master
in repository node-iconv-lite.

commit 5e166f07db9780d53b14dd8a10363f13fb4826c9
Author: Alexander Shtuchkin <ashtuchkin at gmail.com>
Date:   Sat Aug 25 00:30:18 2012 +0400

    Update README.md
    
    See also #15.
---
 README.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 50309aa..c4cbd5d 100644
--- a/README.md
+++ b/README.md
@@ -36,12 +36,13 @@ Not supported yet: Big5, EUC family, Shift_JIS.
 
 ## Encoding/decoding speed
 
-Comparison with node-iconv module (1000 times 256kb, on Core i5/2.5 GHz, Node v0.6.17).
+Comparison with node-iconv module (1000x256kb, on Ubuntu 12.04, Core i5/2.5 GHz, Node v0.8.7). 
+Note: your results may vary, so please always check on your hardware.
 
-    operation             iconv       iconv-lite (this module)
+    operation             iconv at 1.1.3   iconv-lite at 0.2.3 
     ----------------------------------------------------------
-    encode('win1251')     ~30 Mb/s    ~45 Mb/s
-    decode('win1251')     ~33 Mb/s    ~27 Mb/s
+    encode('win1251')     ~36 Mb/s      ~50 Mb/s
+    decode('win1251')     ~38 Mb/s      ~29 Mb/s
 
 
 ## Notes

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-iconv-lite.git



More information about the Pkg-javascript-commits mailing list