Replies: 1 comment 3 replies
-
First of all, change the file extension from But quick guess, your extensive use of |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have problem with performance using Lark.
https://github.com/slookin/stuff/tree/master/lark_demo_speed
There are EBNF notation which parse plantuml sequence diagram, but it takes minutes for just 300 lines of plant uml.
I know about parser = larl, but I'm not able to prepare grammar without collisions. (may be I'm not so strong in EBNF or platuml language is not so good).
Do you have any ideas/advices how improve performance? (I need parse regularly 40-50 such diagrams, and right now it takes hour(s)).
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions