Skip to content

Optimize the file indexing of a mod instance #52

@Cutleast

Description

@Cutleast

MMM currently uses pathlib.Path.rglobmethod for getting a list of all files in a folder which is quite slow.

The new suggested method is os.scandir which is much faster.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions