You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.
Instead of loading the world mesh at startup time (in the setup_world_mesh_data system) and storing the entire world in memory, stream in tiles as they are needed. Keep an in memory LRU cache of recently used tiles. Also consider storing mesh data in an on-disk cache.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Instead of loading the world mesh at startup time (in the
setup_world_mesh_data
system) and storing the entire world in memory, stream in tiles as they are needed. Keep an in memory LRU cache of recently used tiles. Also consider storing mesh data in an on-disk cache.The text was updated successfully, but these errors were encountered: