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

chore: profile instantiateMVars at MutualDef.lean #4923

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

leodemoura
Copy link
Member

instantiateMVars can be a performance bottleneck when assembling the final proof term.

For example, it takes approx. 1 second at
https://github.com/leanprover/LNSym/blob/proof_size_expt/Proofs/SHA512/Experiments/Sym30.lean

`instantiateMVars` can be a performance bottleneck when assembling the
final proof term.

For example, it takes approx. 1 second at
https://github.com/leanprover/LNSym/blob/proof_size_expt/Proofs/SHA512/Experiments/Sym30.lean
@leodemoura leodemoura enabled auto-merge August 5, 2024 19:03
@github-actions github-actions bot temporarily deployed to lean-lang.org/lean4/doc August 5, 2024 19:09 Inactive
@leodemoura leodemoura added this pull request to the merge queue Aug 5, 2024
@github-actions github-actions bot added the toolchain-available A toolchain is available for this PR, at leanprover/lean4-pr-releases:pr-release-NNNN label Aug 5, 2024
@leanprover-community-mathlib4-bot
Copy link
Collaborator

Mathlib CI status (docs):

  • ❗ Batteries/Mathlib CI will not be attempted unless your PR branches off the nightly-with-mathlib branch. Try git rebase d671d0d61aae6f28ccde2f82e105ed34ff38fc7d --onto 647a5e94925791f6a16b629b6c16ffad60a7f478. (2024-08-05 19:18:33)

Merged via the queue into master with commit a8e480c Aug 5, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
toolchain-available A toolchain is available for this PR, at leanprover/lean4-pr-releases:pr-release-NNNN
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants