Skip to content

⚡ use smallvec for better performance #16

Open
@jvdd

Description

@jvdd

unsure if this will improve the performance, but seems worth exploring 👀

I believe we could use smallvec to write the output (usize array) of the downsampling methdos to. Currently we use Array1, but using smallvec could result in a performance boost 🙏

TODOs


Credits to this PR, from which I borrowed this idea!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions