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

Optimise Data.Algebra.Array.sort #1

@i-am-tom

Description

@i-am-tom

Currently, the sort function in Data.Algebra.Array is roughly equivalent to an insertion sort. This leads to a lot of duplicated comparisons. Ideally, this could be avoided by implementing something like an in-place heap sort. Open to suggestions, though :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions