Skip to content

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

@daharoni

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

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