[Pkg-javascript-commits] [node-iconv-lite] 82/83: Re-done performance testing.
matthew pideil
mpideil-guest at moszumanska.debian.org
Tue Apr 1 19:56:54 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 523ad20cf0cf9b4bc4823406e83767c6e753d064
Author: Alexander Shtuchkin <ashtuchkin at gmail.com>
Date: Sun Jan 26 13:15:48 2014 -0800
Re-done performance testing.
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index d467639..67a0fe9 100644
--- a/README.md
+++ b/README.md
@@ -39,12 +39,12 @@ Not supported yet: EUC family, Shift_JIS.
## Encoding/decoding speed
-Comparison with node-iconv module (1000x256kb, on Ubuntu 12.04, Core i5/2.5 GHz, Node v0.8.7).
+Comparison with node-iconv module (1000x256kb, on Ubuntu 12.04, Core i5/2.5 GHz, Node v0.10.25).
Note: your results may vary, so please always check on your hardware.
- operation iconv at 1.2.4 iconv-lite at 0.2.4
+ operation iconv at 2.0.7 iconv-lite at 0.2.11
----------------------------------------------------------
- encode('win1251') ~115 Mb/s ~230 Mb/s
+ encode('win1251') ~115 Mb/s ~237 Mb/s
decode('win1251') ~95 Mb/s ~130 Mb/s
--
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