[Pkg-javascript-commits] [node-iconv-lite] 52/83: Update iconv module performance metrics
matthew pideil
mpideil-guest at moszumanska.debian.org
Tue Apr 1 19:56:50 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 d43e8e21459717788e194c4586ed7aa4f54ed6b1
Author: Alexander Shtuchkin <ashtuchkin at gmail.com>
Date: Wed Dec 5 00:03:15 2012 +0400
Update iconv module performance metrics
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index ef98d39..c6251b1 100644
--- a/README.md
+++ b/README.md
@@ -39,10 +39,10 @@ Not supported yet: Big5, EUC family, Shift_JIS.
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 at 1.1.3 iconv-lite at 0.2.4
+ operation iconv at 1.2.4 iconv-lite at 0.2.4
----------------------------------------------------------
- encode('win1251') ~36 Mb/s ~230 Mb/s
- decode('win1251') ~38 Mb/s ~130 Mb/s
+ encode('win1251') ~115 Mb/s ~230 Mb/s
+ decode('win1251') ~95 Mb/s ~130 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