We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reported by: Be-ing Date: 2015-02-19T07:53:04Z Status: Confirmed Importance: Wishlist Launchpad Issue: lp1423466
The bulk library analyzer in Mixxx analyzes tracks one at a time. Could this process be sped up by taking advantage of multicore CPUs?
The text was updated successfully, but these errors were encountered:
Commented by: herr-biber Date: 2015-03-28T12:55:19Z
I'd be interested in this feature as well. Should be easily implementable by multiple threads and a concurrent queue.
Sorry, something went wrong.
Commented by: kain88-de Date: 2015-03-29T00:01:13Z
Please don't reinvent the wheel here. Qt already has a queue included to which we can send task. They just gave them the trendy word futures.
On 03/28/2015 01:55 PM, Markus Roth wrote:
Duplicate of #8686
No branches or pull requests
Reported by: Be-ing
Date: 2015-02-19T07:53:04Z
Status: Confirmed
Importance: Wishlist
Launchpad Issue: lp1423466
The bulk library analyzer in Mixxx analyzes tracks one at a time. Could this process be sped up by taking advantage of multicore CPUs?
The text was updated successfully, but these errors were encountered: