Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New UVL reader is very inefficient #94

Open
jmhorcas opened this issue Feb 19, 2024 · 1 comment
Open

New UVL reader is very inefficient #94

jmhorcas opened this issue Feb 19, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jmhorcas
Copy link
Contributor

The last update of the UVLReader makes the loading of the feature model too slow comparing with the previous version.
In fact, I am testing it with the linux-2.6.33.3_simple model and it is never ends of reading the file.

@jmhorcas jmhorcas added the bug Something isn't working label Feb 19, 2024
@jagalindo
Copy link
Member

Well, that's the official uvl parser written in antlr4. Note that the current parser supports all the elements, making it slower. IMHO, for compatibility this one should be used, otherwise we could try to implement a lark parser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants