Currently the parser is able to handle only files of a handful MBs.
It has been verified to work with files up to 50MB, and takes around 3 minutes for each 10MBs.
The reason behind this problem seems to be the Pyparsing library. But swapping it for another one would mean rewriting the factory, and the configuration DSL.
Currently the parser is able to handle only files of a handful MBs.
It has been verified to work with files up to 50MB, and takes around 3 minutes for each 10MBs.
The reason behind this problem seems to be the Pyparsing library. But swapping it for another one would mean rewriting the factory, and the configuration DSL.