We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Queued line draw performance in Gecko: FPS: 7
Non-queued line draw performance in Gecko: FPS: 62
Comparison: queued line draw performance in Chrome (V8): FPS: 237
Comparison: non-queued line draw performance in Chrome (V8): FPS: 150
Most time appears to be spent in the 'moveTo()' function call here:
Constellation/constellation.js
Line 685 in 2a096a0
moveTo()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Queued line draw performance in Gecko:
FPS: 7
Non-queued line draw performance in Gecko:
FPS: 62
Comparison: queued line draw performance in Chrome (V8):
FPS: 237
Comparison: non-queued line draw performance in Chrome (V8):
FPS: 150
Code
Most time appears to be spent in the 'moveTo()' function call here:
Constellation/constellation.js
Line 685 in 2a096a0
Possible solutions
moveTo()
performance in Gecko and work on alternative implementation or submit fix upstream.The text was updated successfully, but these errors were encountered: