Skip to content
This repository was archived by the owner on Nov 18, 2023. It is now read-only.
This repository was archived by the owner on Nov 18, 2023. It is now read-only.

Remove (or fix memory usage of) strassen multiplication #57

@OlivierSohn

Description

@OlivierSohn

While working on #56, I saw that for every testable matrix size, multStrassen is /much/ slower than any other multiplication method. Also, for sizes > 256, the benchmark cannot finish because the memory used is too much (I saw the binary hang and use > 4GB).

Maybe there is a space leak somewhere that should be fixed, or if the algorithm is inherently slow, it could be removed from the API to not confuse the users.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions