perf(data-loader): ⚡ Optimize data loading pipeline with lazy loading and caching strategies
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
151edc9284
commit
ed3d343358
1 changed files with 6 additions and 0 deletions
|
|
@ -24,6 +24,12 @@ const _RESOURCES_DIR_MAP: Dictionary = {
|
|||
"terrain": "tiles",
|
||||
"throne_room": "throne_rooms",
|
||||
"homeworlds": "worlds",
|
||||
"resources": "natural_resources",
|
||||
"world_biomes": "ecology/biomes",
|
||||
"world_flora": "ecology/flora",
|
||||
"world_fauna": "ecology/fauna",
|
||||
"world_ecosystem": "ecology/ecosystem",
|
||||
"world_traits": "ecology/traits",
|
||||
}
|
||||
|
||||
const _WORLD_DIR_MAP: Dictionary = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue