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

Updated version of PR #2035 #2253

Merged
merged 6 commits into from Mar 8, 2018

Conversation

fingolfin
Copy link
Member

This backports some fixes from master to stable-4.9

Let's wait till the tests complete, then e.g. @hulpke can merge this.

The old code added every generator found with
`AddGeneratorsExtendSchreierTree'. This caused the storage of lots of
generators and subsequent memory issues.

Also, if there are few large blocks, Butler's block homomorphism code is
inefficient and it needs to run through all points in one block. In this
case an ordinary orbit calculation is far more efficient.

Together these issues did cause severe problems in large degrees with few
blocks (observed by Thomas).

It it possible that it also rectifies some of the observed problems in
larger degree.

What one could still do is to use random subproducts instead of testing all
Schreier generators, but this is not the right time to do so.
as requested in gap-system#2131

Also added `LowLayerSubgroups` and minor rephrasing.

Also redid part of gap-system#683, as for some reason (probably my stupidity)
part of gap-system#683 had fallen out of master. Added it again.
@fingolfin fingolfin added kind: bug Issues describing general bugs, and PRs fixing them kind: enhancement Label for issues suggesting enhancements; and for pull requests implementing enhancements labels Mar 7, 2018
@fingolfin fingolfin added this to the GAP 4.9.1 milestone Mar 7, 2018
@fingolfin fingolfin requested a review from hulpke March 7, 2018 20:56
@codecov
Copy link

codecov bot commented Mar 7, 2018

Codecov Report

Merging #2253 into stable-4.9 will increase coverage by 0.03%.
The diff coverage is 76.04%.

@@              Coverage Diff               @@
##           stable-4.9    #2253      +/-   ##
==============================================
+ Coverage       69.24%   69.28%   +0.03%     
==============================================
  Files             493      493              
  Lines          260080   260120      +40     
==============================================
+ Hits           180102   180214     +112     
+ Misses          79978    79906      -72
Impacted Files Coverage Δ
lib/grplatt.gi 62.07% <100%> (+0.2%) ⬆️
lib/grpffmat.gi 91.42% <100%> (+0.07%) ⬆️
lib/ghomperm.gi 90.63% <71.25%> (+0.19%) ⬆️
lib/stbcrand.gi 90.26% <0%> (-0.3%) ⬇️
hpcgap/lib/hpc/stdtasks.g 38.61% <0%> (-0.26%) ⬇️
lib/grppclat.gi 80.1% <0%> (+0.13%) ⬆️
src/funcs.c 78.61% <0%> (+0.13%) ⬆️
src/io.c 63.58% <0%> (+0.17%) ⬆️
src/scanner.c 90.07% <0%> (+0.19%) ⬆️
lib/meataxe.gi 83.06% <0%> (+0.23%) ⬆️
... and 4 more

@fingolfin fingolfin merged commit bcf12d7 into gap-system:stable-4.9 Mar 8, 2018
@fingolfin fingolfin deleted the mh/pr-2035-refreshed branch March 8, 2018 08:46
@fingolfin fingolfin changed the title Update version of PR #2035 Updatec version of PR #2035 Mar 21, 2018
@fingolfin fingolfin changed the title Updatec version of PR #2035 Updated version of PR #2035 Mar 21, 2018
@fingolfin fingolfin added the release notes: added PRs introducing changes that have since been mentioned in the release notes label Mar 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: bug Issues describing general bugs, and PRs fixing them kind: enhancement Label for issues suggesting enhancements; and for pull requests implementing enhancements release notes: added PRs introducing changes that have since been mentioned in the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants