Skip to content

faster Hochschild lattices #40400

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
Jul 25, 2025

Conversation

fchapoton
Copy link
Contributor

by being smarter about telling the covering relations

📝 Checklist

  • The title is concise and informative.
  • The description explains in detail what this PR is about.

@fchapoton
Copy link
Contributor Author

before:

sage: %timeit posets.HochschildLattice(8)
158 ms ± 2.11 ms per loop (mean ± std. dev. of 7 runs, 1 loop each)

after:

sage: %timeit posets.HochschildLattice(8)
18.3 ms ± 80.3 µs per loop (mean ± std. dev. of 7 runs, 100 loops each)

vbraun pushed a commit to vbraun/sage that referenced this pull request Jul 18, 2025
sagemathgh-40400: faster Hochschild lattices
    
by being smarter about telling the covering relations

### 📝 Checklist

- [x] The title is concise and informative.
- [x] The description explains in detail what this PR is about.
    
URL: sagemath#40400
Reported by: Frédéric Chapoton
Reviewer(s):
@vbraun vbraun merged commit 912c282 into sagemath:develop Jul 25, 2025
23 of 24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants