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

change the generic PermutationOp method #5596

Merged
merged 1 commit into from
Jan 21, 2024

Conversation

ThomasBreuer
Copy link
Contributor

Apply the action function to the points in the action domain, not to images computed by the action function.
This is expected to yield a small improvement in the case of actions on elements of a f.p. group, where the lengths of the words tend to grow when one computes images.
(The tests from tst/testextra/grpperm.tst are indeed sped up by the proposed change.)

The change was motivated by #5590.

Apply the action function to the points in the action domain,
not to images computed by the action function.
This is expected to yield a small improvement in the case of
actions on elements of a f.p. group, where the lengths of the
words tend to grow when one computes images.
(The tests from `tst/testextra/grpperm.tst` are indeed sped up
by the proposed change.)
@ThomasBreuer ThomasBreuer added kind: enhancement Label for issues suggesting enhancements; and for pull requests implementing enhancements topic: library release notes: not needed PRs introducing changes that are wholly irrelevant to the release notes labels Jan 18, 2024
Copy link
Contributor

@ChrisJefferson ChrisJefferson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice improvement, and I can't see any issues with doing this.

@fingolfin fingolfin merged commit 585442b into gap-system:master Jan 21, 2024
22 checks passed
@ThomasBreuer ThomasBreuer deleted the TB_Permutation_pnt branch January 22, 2024 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: enhancement Label for issues suggesting enhancements; and for pull requests implementing enhancements release notes: not needed PRs introducing changes that are wholly irrelevant to the release notes topic: library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants