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

Replace VArrayTarget use in vcompute with a pre-computed target #162

Open
Ivorforce opened this issue Nov 24, 2024 · 0 comments
Open

Replace VArrayTarget use in vcompute with a pre-computed target #162

Ivorforce opened this issue Nov 24, 2024 · 0 comments
Labels
optimization Something that optimizes size, speed, or maintainability.

Comments

@Ivorforce
Copy link
Owner

We can pre-compute the needed broadcast, allocate the array, and then pass the VCompute reference downwards.
This should reduce duplicated code further.

Needed for #161.

@Ivorforce Ivorforce added the optimization Something that optimizes size, speed, or maintainability. label Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
optimization Something that optimizes size, speed, or maintainability.
Projects
None yet
Development

No branches or pull requests

1 participant