Skip to content

scipy/sparse/_compressed.py is where a lot of compute time goes #39

Description

@daharoni

After running yappi profiler, it looks like the python file that has the most time allocated to it in a run is scipy/sparse/_compressed.py. This is used when doing sparse matrix stuff in indeca. It would be worth seeming if there were ways of optimizing matrix calls/operations in indeca to cut down on this.

Below is the profiler results, bright pink is the time spent in _compressed.py
Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions