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

More laziness in the pre-computing #3

Closed
gre opened this issue Jul 8, 2014 · 0 comments
Closed

More laziness in the pre-computing #3

gre opened this issue Jul 8, 2014 · 0 comments

Comments

@gre
Copy link
Owner

gre commented Jul 8, 2014

calcSampleValues();

should not append at creation time.
That was a premature optimization which might actually be less performant (e.g. when creating a lot of BezierCurve without using it – direct use-case from GLSL.io)

@gre gre added the enhancement label Jul 8, 2014
@gre gre closed this as completed in 5632df1 Jul 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant