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.

Enhance performance by using Unboxed Vectors #54

@OlivierSohn

Description

@OlivierSohn

I think the library would benefit from using Unboxed vectors (this and that ) instead the boxed versions.

Runtime performance would be enhanced because less memory will be required (one word less by matrix element) and many operations will be faster (because the CPU caches will be used more efficiently, as a continuous block of memory will contain more relevant information than before).

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