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

Reimplement some explicitly required methods to speed up shapes #54

Merged
merged 1 commit into from
Feb 19, 2024

Conversation

jecisc
Copy link
Member

@jecisc jecisc commented Jan 30, 2024

#explicitRequirement is really slow in the case were a method is implemented already in the superclass and this slow down a lot some visualizations. I propose to explicitly define the super call to get a huge speed up on shapes (This allows to save a lot of times in the Moose visualizations)

#explicitRequirement is really slow in the case were a method is implemented already in the superclass and this slow down a lot some visualizations. I propose to explicitly define the super call to get a huge speed up on shapes (This allows to save a lot of times in the Moose visualizations)
@tesonep tesonep merged commit 2e7ff9f into master Feb 19, 2024
5 checks passed
@tesonep tesonep deleted the speedup branch February 19, 2024 11:15
jecisc added a commit to jecisc/pharo that referenced this pull request Mar 11, 2024
## What's Changed
* Reimplement some explicitly required methods to speed up shapes by @jecisc in pharo-graphics/Roassal#54
* Make RSAthensMorph apply the world renderer canvas scale factor by @Rinzwind in pharo-graphics/Roassal#56
* Added .gitignore file and Removed DS_Store file by @jordanmontt in pharo-graphics/Roassal#57
* Feature add relative y axis label values by @jordanmontt in pharo-graphics/Roassal#58

## New Contributors
* @jecisc made their first contribution in pharo-graphics/Roassal#54
* @jordanmontt made their first contribution in pharo-graphics/Roassal#57

**Full Changelog**: pharo-graphics/Roassal@v1.03...v1.06
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.

None yet

2 participants