Improve startup time #61

Open
opened 2020-09-01 12:57:10 +00:00 by midgard · 1 comment
midgard commented 2020-09-01 12:57:10 +00:00 (Migrated from git.zeus.gent)

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.

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.
midgard commented 2020-09-01 12:57:28 +00:00 (Migrated from git.zeus.gent)

changed the description

changed the description
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Haldis/haldis#61
No description provided.