Skip to content

consider adding more efficient custom types for get_*_array #1

@llfw

Description

@llfw

for example, instead of returning std::vector<T>, we could use a custom container type like bsd::nv_c_array<T> which knows how to std::free() itself and avoids copying the pointers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions