omni icon indicating copy to clipboard operation
omni copied to clipboard

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

Open vitreo12 opened this issue 3 years ago • 0 comments

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 avatar Dec 05 '20 10:12 vitreo12