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

Tracking issue for slow field_simp calls replaced by simp #15486

Open
grunweg opened this issue Aug 4, 2024 · 0 comments
Open

Tracking issue for slow field_simp calls replaced by simp #15486

grunweg opened this issue Aug 4, 2024 · 0 comments
Labels
t-meta Tactics, attributes or user commands

Comments

@grunweg
Copy link
Collaborator

grunweg commented Aug 4, 2024

The field_simp tactic can be really useful, but can also be really slow: its implementation is in need of a rewrite.

Until that has happened, some really slow field_simp calls were replaced by simp calls:
field_simp [x, y] is equivalent to simp ...; usually, this replacement itself does not provide a large speed-up, but squeezing the simp call does. (Squeezing the field_simp, i.e. replacing by the output of field_simp?, did not help much.)
This issue tracks these replacements: after field_simp has been improved, these calls should be reinstated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t-meta Tactics, attributes or user commands
Projects
None yet
Development

No branches or pull requests

1 participant