Skip to content

re_datastore: get rid of immutable arrays in component buckets #451

@teh-cmc

Description

@teh-cmc

ComponentBucket::data is currently this data: Box<dyn Array>; it needs to be data: Box<dyn MutableArray> or be a chunked array or anything that we don't need to fully clone everytime we insert something really.

Right now we are copying the entire bucket and allocating a new one on each insertion 😬

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions