Hello,
I was wondering if you are aware of an efficient way to parse a big compressed XML file with Lua (or LuaJIT).
Currently we do it in Java, but it takes ages to parse all those files (around 18 hours).
The parsing consists in extracting the timestamp of the each of the versions for a page in the dump.
Suggestions ?
Thanks,
Valerio