Skip to content

[FEATURE] speed up auto-tag generation #871

Open
@whyboris

Description

Looks like JS for loop is far faster than forEach (see video)

The slowest part of the auto-tag generation process is already outsourced to a web worker but it's currently using forEach

We may be able to get 2x the speed with a simple for loop 🤞 🚀 🤞

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions