Skip to content

markersize fastpath in qplot #217

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

Merged
merged 1 commit into from
Oct 20, 2023
Merged

markersize fastpath in qplot #217

merged 1 commit into from
Oct 20, 2023

Conversation

pablosanjose
Copy link
Owner

It seems that Makie.scatter! is quite slow if markersize = vector. This is most certainly a missed optimization on their part. Until that is resolved, we add a fastpath for the common case where markersize is constant.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0913a31) 92.54% compared to head (4712038) 92.20%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #217      +/-   ##
==========================================
- Coverage   92.54%   92.20%   -0.34%     
==========================================
  Files          34       34              
  Lines        5443     5442       -1     
==========================================
- Hits         5037     5018      -19     
- Misses        406      424      +18     

see 5 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pablosanjose pablosanjose merged commit 860bd06 into master Oct 20, 2023
@pablosanjose
Copy link
Owner Author

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

Successfully merging this pull request may close these issues.

2 participants