commit | a880b124750afcce94ea3d947125d0f8a034e766 | [log] [tgz] |
---|---|---|
author | Daniel Veillard <veillard@src.gnome.org> | Mon Apr 21 21:36:41 2003 +0000 |
committer | Daniel Veillard <veillard@src.gnome.org> | Mon Apr 21 21:36:41 2003 +0000 |
tree | 71e12d33ccb7f395c669db50cc05dd2edf6b6508 | |
parent | 83c8a5cd3109c4625e2dacdf07e0634347e25b71 [diff] |
a lot of performance work especially the speed of streaming through the * globals.c libxml.h parser.c parserInternals.c tree.c xmllint.c xmlreader.c include/libxml/parser.h: a lot of performance work especially the speed of streaming through the reader and push interface. Some thread related optimizations. Nearly doubled the speed of parsing through the reader. Daniel