Skip to content

Implement hash-based lookup and creation for archetypes #75

@ImmutableOctet

Description

@ImmutableOctet

Archetypes are currently mapped using standard containers, where the file path is stored as the key to the processed entity descriptor. We should change the key to only be a hash of the archetype path, or have a separate mechanism for finding entries based on the string hash.

The creation mechanism mentioned in #74 would be made more efficient with this change as we wouldn't need to store a string for every creation request.

Metadata

Metadata

Labels

Good practiceIndicates a proposed change that would be seen as good practiceRefactorUsed to flag significant codebase refactorsmodule: engineFor features that involve the `engine` module. (optional)

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions