-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
We have several files like eu.json, countries.json, continents.json and so on, which are loaded during initialization / startup of the client.
Instead of loading these as such, which has risks such as the asset not appearing in a production environment properly, and has a performance penalty during init of loading an on-disk file, we should inline the files into a static, in-memory map / dictionary or similar.
Metadata
Metadata
Assignees
Labels
No labels