[Pkg-javascript-commits] [node-expat] 06/371: README: markdown fixes
Jonas Smedegaard
dr at jones.dk
Sun Feb 28 09:59:39 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-expat.
commit 8e5a2f04b28abbb12461daac925b2549f69492fd
Author: Astro <astro at spaceboyz.net>
Date: Sat May 22 15:27:50 2010 +0200
README: markdown fixes
---
README.markdown | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.markdown b/README.markdown
index 87dd025..90ed12d 100644
--- a/README.markdown
+++ b/README.markdown
@@ -10,9 +10,9 @@ XML streams? Then you want the fastest XML parser: libexpat!
A stupid speed test is supplied in `bench.js`. We measure how many
25-byte elements a SAX parser can process:
-* (node-xml)[http://github.com/robrighter/node-xml] (pure JavaScript): 23000 el/s
-* (libxmljs)[http://github.com/polotek/libxmljs] (libxml2 binding): 77000 el/s
-* (node-expat)[http://github.com/astro/node-expat] (libexpat binding, this): 113000 el/s
+* [node-xml](http://github.com/robrighter/node-xml) (pure JavaScript): 23000 el/s
+* [libxmljs](http://github.com/polotek/libxmljs) (libxml2 binding): 77000 el/s
+* [node-expat](http://github.com/astro/node-expat) (libexpat binding, this): 113000 el/s
These numbers were recorded on a Core 2 2400 MHz and may turn out to
be bullshit, given my few node.js experience.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-expat.git
More information about the Pkg-javascript-commits
mailing list