[go: up one dir, main page]

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

Rework: don't use pointers anymore for struct, but allocate them inside the one allocation of UGen #133

Open
vitreo12 opened this issue Dec 5, 2020 · 0 comments
Labels
major major improvement

Comments

@vitreo12
Copy link
Owner
vitreo12 commented Dec 5, 2020

This should make access to structs faster, as they won't be treated as pointers anymore.

Then, use the UGenInit to initialize thier value.

What about structs used inside of Datas, though?

@vitreo12 vitreo12 added the major major improvement label Dec 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
major major improvement
Projects
None yet
Development

No branches or pull requests

1 participant