Closed fab1an closed 2 years ago
Any news on this?
Hi @fab1an,
sorry for the missed answer. I think this is related to #3. Sadly I have currently no time to work on this :-/
@drieks What I find interesting is that parsing json inside a string is very slow (maybe due to templating literals), whereas parsing a garbage-base64 string is fast.
Duplicate of #3
Creating a file like this:
Running
takes very long on a file like this. If I replace the JSON in the string with base64, it will be much faster. Does the grammar somehow inspect the braces inside the templating?