Improve startup time #61
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Startup time soared after merging HLDS support. If we add more restaurants, this might get even worse. Investigate: is it loading the Tatsu parser library that takes so much time (which will remain constant); or is it the parsing itself?
Possible solution: cache the parse results and only reparse as needed.
changed the description