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

Improving speed of index notation #286

Open
3 tasks
jstoobysmith opened this issue Jan 21, 2025 · 0 comments
Open
3 tasks

Improving speed of index notation #286

jstoobysmith opened this issue Jan 21, 2025 · 0 comments

Comments

@jstoobysmith
Copy link
Member

When building HepLean there are couple of files which take a very long time to build, and I think contribute significantly to the overall build time of the project.

I believe that these slow files are all related to Index notation and depend on files within ./HepLean/Tensors.

Below are the tasks related to this issue:

  • Identify the modules (files) within HepLean which take the longest to run.
  • Identify the specific reason why these files take a long time to run (most likely this is something to do with elaboration of index notation).
  • Improve the build time of these files.
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

No branches or pull requests

1 participant