Hello,
I am trying to parse XML files of the dimension of 6MB as average.
It takes a lot of time with the standard Grails XML parser. Then, I decided to try with XMLSlurper, but it also takes a lot of time…. Is there any other option to speed up the parsing process???
Thanks