lvzixun / zxml

zero copy of xml parser with lua bind

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

zxml is zero copy, efficient and simple xml parse library for C. zxml.h is C api headfile. read zxml_parser.c for more detail.

lua_zxml.c is lua bind for decode excel xml2003 format file. read test_zxml.lua for more detail.

benchmark

library parse 200M xml file
zxml 0.901s
rapidxml 1.287s
tinyxml2 3.227s
xml.sax of python 14.996s

About

zero copy of xml parser with lua bind


Languages

Language:C 97.0%Language:Makefile 1.7%Language:Lua 1.4%