Skip to content

Provide a backend implementation for heap storage #22

@svenstaro

Description

@svenstaro

The current implementations for backend storage accept only stack-allocated arrays, either as a reference or moved. I think it would be neat as some embedded hardware supports this though with a warning that this might not be supported everywhere.

My problem is that my buffers are 320x240x16b and so I need around 160kB per buffer (and I have two of them) which is quite the squeeze in stack memory.

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