-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Slow since version 1.0 #6743
Comments
I seem to have run into a similar issue. This sketch seems to run much faster on version |
First step is to find out which commit causes the performance to down. some records
so
could print the diff |
This is a tough one for me because on my computers, I don't notice the same slowdown other commenters are seeing (see also #6438, this is possibly a duplicate of the same issue?) Might need some community help bisecting to find the commit. |
I think this is a separate issue: this one is due to stroke quality being higher in new versions of p5. Turning off strokes makes this sketch run fast again, and this was a known tradeoff we made. A suggestion for p5 2.0 was made to add a low fidelity line rendering option in #6678 (comment) if you're interested! OP's sketch was having issues even without lines. |
Most appropriate sub-area of p5.js?
p5.js version
1.9.0
Web browser and version
all
Operating System
all
Steps to reproduce this
The performance is still slow.
I have created a speed test sketch that performs really fast on versions older than 1.0.0. It is very fast on version 0.9.0 for example as in this example:
https://editor.p5js.org/shangtsung/sketches/j080fh87C
And it is very slow on every newer version starting from version 1.0.0 (no matter what browser or device) as you can see when you change p5.js version number in the sketch.
Seems like new version is not always better.
Any idea when this bug will be fixed?
The text was updated successfully, but these errors were encountered: