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

Add An Operator For Packed OSC #21

Open
fundamental opened this issue Sep 4, 2015 · 0 comments
Open

Add An Operator For Packed OSC #21

fundamental opened this issue Sep 4, 2015 · 0 comments

Comments

@fundamental
Copy link
Owner

Right now reading from a large collection of 'f' arguments takes n calls to rtosc_argument which involves O(n) time each to resolve. For most normal messages the number of arguments (n) is quite small, but for longer sequences the O(n^2) cost pops up somewhat unnecessarily.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant