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

Add GET_FROM_SORTED_CACHE helper; use it to unify hpcgap/lib/ffe.gi, hpcgap/lib/pcgsperm.gi, hpcgap/lib/zmodnz.gi #3515

Merged
merged 6 commits into from
Jun 24, 2019

Commits on Jun 21, 2019

  1. Configuration menu
    Copy the full SHA
    0f99d86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d10afd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5caa9e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78dd19b View commit details
    Browse the repository at this point in the history
  5. Optimize GET_FROM_SORTED_CACHE

    Instead of sorting from scratch, use the insertion position that we computed
    anyway. To this end, call POSITION_SORTED_LIST directly instead of Position.
    fingolfin committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    f637867 View commit details
    Browse the repository at this point in the history
  6. Sync hpcgap/lib/pcgsperm.gi GET_FROM_SORTED_CACHE

    Fixes gap-system#1930 (HPC-GAP: CYCLICACHE cache in CreateIsomorphicPcGroup is racy)
    fingolfin committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    ff0aa61 View commit details
    Browse the repository at this point in the history