Skip to content
New issue

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

Vectorized Engines for Improved Polyphonic Performance #90

Open
Kautenja opened this issue Aug 1, 2021 · 0 comments
Open

Vectorized Engines for Improved Polyphonic Performance #90

Kautenja opened this issue Aug 1, 2021 · 0 comments
Labels
feature request New feature or request

Comments

@Kautenja
Copy link
Owner

Kautenja commented Aug 1, 2021

Is your feature request related to a problem? Please describe.

Current serial processing of engines for polyphonic cases causes over-usage of computational resources.

Describe the solution you'd like

In some cases, replacing serial loops over polyphonic channels with vectorized code can improve the performance for polyphonic use cases.

Additional context

VCV specific solutions can be implemented using rack::simd. More generic implementations can be forged using a linear algebra and vectorization framework like Eigen.

@Kautenja Kautenja added the feature request New feature or request label Aug 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant