LightXML.jl
LightXML.jl copied to clipboard
Slow parsing for large files
Hi,
I have a large XML file of about 1.6GB, which I would like to parse. I tried first with EzXML.jl, which parses the file in 18 seconds on my M1, yet some other features in EzXMl.jl do not work.
Parsing the same file in LightXML.jl takes >10 min. Could this parsing speed be improved?
Thanks Frank