You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: