update readme

This commit is contained in:
Dror Gluska
2019-05-31 23:17:50 +03:00
parent dec131431d
commit c3a177244b

View File

@@ -8,6 +8,7 @@ You use [Node.js](https://nodejs.org) for speed? You process XML streams? Then y
## IMPORTANT
This is a modified version of xml-streamer, the parser + tests stayed mostly the same but the core xml parser was replaced with [SaxLtx xml parser](https://github.com/xmppjs/ltx) due to reliability issues with node-expat, both this library and ltx were converted to typescript.
Please note that ltx parser is about 20% slower than node-expat.
## Install