Skip to content

Cache is not a proper resource manager #2

Description

@viltit

The class Cache avoids the repeated loading and parsing of xml and obj files as well as textures. However, we still copy a lot of data that could be shared (for example, every mesh stores all its vertices, even if there are several identical meshes).

Also, the cache does not delete unused resources.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions