Skip to content

Add concurrency support to autobpm processing #6464

@semohr

Description

@semohr

Summary

Currently, autobpm processes tracks sequentially, which can be slow for large libraries. See implementation here.

Motivation

The current sequential approach does not fully utilize modern multi-core CPUs or high-throughput storage. By adding concurrency, autobpm could process multiple tracks simultaneously, reducing overall runtime for large libraries.

References

Additional Notes

This seems like a straightforward optimization and could significantly improve processing time for users with large libraries.

Metadata

Metadata

Assignees

No one assigned

    Labels

    autobpmautobpm plugin

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions