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

Make Equation Explorer faster #705

Merged
merged 2 commits into from
Oct 21, 2024

Conversation

vlad902
Copy link
Contributor

@vlad902 vlad902 commented Oct 21, 2024

Cuts ~2.5s off the load time for me locally.

I verified that the stats line-up by comparing CSVs before/after (this change optimizes stats calculation)

Turn a 4694^2 loop into a 1450^2 loop. The perf measurement on this
change locally reduces the runtime from 3s to 0.6s
@pitmonticone pitmonticone merged commit f57bba9 into teorth:main Oct 21, 2024
1 check passed
codyroux pushed a commit to codyroux/equational_theories that referenced this pull request Oct 21, 2024
Cuts ~2.5s off the load time for me locally.

I verified that the stats line-up by comparing CSVs before/after (this
change optimizes stats calculation)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants