Performance of large dictionaries #902
Answered
by
tomtau
LordGolias
asked this question in
Q&A
-
Hi, When compiling something like this
with Does anyone know if this is by design? |
Beta Was this translation helpful? Give feedback.
Answered by
tomtau
Jul 30, 2023
Replies: 1 comment 2 replies
-
Partially, I saw this older issue: #169 (comment) you can possibly improve the compile time by cargo-expand and using that generated parser code directly instead of generating it on-the-fly for every compilation. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
tomtau
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Partially, I saw this older issue: #169 (comment) you can possibly improve the compile time by cargo-expand and using that generated parser code directly instead of generating it on-the-fly for every compilation.
Anyway, feel free to open an issue with more details if the compile time performance is very prohibitive.